Color spaces of #88bfdc
RGB | 136 | 191 | 220 |
---|---|---|---|
HSL | 0.56 | 0.55 | 0.70 |
HSV | 201° | 38° | 86° |
CMYK | 0.38 | 0.13 | 0.00 0.14 |
XYZ | 41.7024 | 47.6632 | 74.7121 |
Yxy | 47.6632 | 0.2542 | 0.2905 |
Hunter Lab | 69.0385 | -12.9954 | -15.8355 |
CIE-Lab | 74.6120 | -10.6326 | -20.1758 |
#88bfdc color RGB value is (136,191,220).
#88bfdc hex color red value is 136, green value is 191 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #88bfdc hue: 0.56 , saturation: 0.55 and the lightness value of 88bfdc is 0.70.
The process color (four color CMYK) of #88bfdc color hex is 0.38, 0.13, 0.00, 0.14. Web safe color of #88bfdc is #99cccc. Color #88bfdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001000 | 10111111 | 11011100 |
Octal | 210 | 277 | 334 |
Decimal | 136 | 191 | 220 |
Hex | 88 | BF | DC |
Shades of #88bfdc
Tints of #88bfdc
RGB Percentages of Color #88bfdc
CMYK Percentages of Color #88bfdc
Complementary Color
#88bfdc | #dca588 |
#88bfdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#88bfdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#88bfdc Color CSS Codes
.mybgcolor {background-color:#88bfdc; } .myforecolor {color:#88bfdc; } .mybordercolor {border:3px solid #88bfdc; }
#88bfdc Text Font Color
<p style="color:#88bfdc">Text here</p>
This sample text font color is #88bfdc
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.
#88bfdc Background Color
<div style="background-color:#88bfdc">
Div content here</div>
This div background color is #88bfdc
#88bfdc Border Color
<div style="border:3px solid #88bfdc">
Div here</div>
This div border color is #88bfdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(136,191,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #88bfdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #88bfdc; -webkit-box-shadow: 1px 1px 3px 2px #88bfdc; box-shadow: 1px 1px 3px 2px #88bfdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(136,191,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #88bfdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #88bfdc; -webkit-box-shadow: 1px 1px 3px 2px #88bfdc; box-shadow: 1px 1px 3px 2px #88bfdc;">
Div content here</div>
This div box has shadow with color #88bfdc
Comments
No comments written yet.
Please login to write comment.