Color spaces of #88dfcf
RGB | 136 | 223 | 207 |
---|---|---|---|
HSL | 0.47 | 0.58 | 0.70 |
HSV | 169° | 39° | 87° |
CMYK | 0.39 | 0.00 | 0.07 0.13 |
XYZ | 47.8035 | 62.5146 | 68.5785 |
Yxy | 62.5146 | 0.2672 | 0.3494 |
Hunter Lab | 79.0662 | -30.4445 | 3.9208 |
CIE-Lab | 83.1863 | -29.8991 | -0.4266 |
#88dfcf color RGB value is (136,223,207).
#88dfcf hex color red value is 136, green value is 223 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #88dfcf hue: 0.47 , saturation: 0.58 and the lightness value of 88dfcf is 0.70.
The process color (four color CMYK) of #88dfcf color hex is 0.39, 0.00, 0.07, 0.13. Web safe color of #88dfcf is #99cccc. Color #88dfcf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001000 | 11011111 | 11001111 |
Octal | 210 | 337 | 317 |
Decimal | 136 | 223 | 207 |
Hex | 88 | DF | CF |
Shades of #88dfcf
Tints of #88dfcf
RGB Percentages of Color #88dfcf
CMYK Percentages of Color #88dfcf
Complementary Color
#88dfcf | #df8898 |
#88dfcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#88dfcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#88dfcf Color CSS Codes
.mybgcolor {background-color:#88dfcf; } .myforecolor {color:#88dfcf; } .mybordercolor {border:3px solid #88dfcf; }
#88dfcf Text Font Color
<p style="color:#88dfcf">Text here</p>
This sample text font color is #88dfcf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#88dfcf Background Color
<div style="background-color:#88dfcf">
Div content here</div>
This div background color is #88dfcf
#88dfcf Border Color
<div style="border:3px solid #88dfcf">
Div here</div>
This div border color is #88dfcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(136,223,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #88dfcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #88dfcf; -webkit-box-shadow: 1px 1px 3px 2px #88dfcf; box-shadow: 1px 1px 3px 2px #88dfcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(136,223,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #88dfcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #88dfcf; -webkit-box-shadow: 1px 1px 3px 2px #88dfcf; box-shadow: 1px 1px 3px 2px #88dfcf;">
Div content here</div>
This div box has shadow with color #88dfcf
Comments
No comments written yet.
Please login to write comment.