Color spaces of #88dceb
RGB | 136 | 220 | 235 |
---|---|---|---|
HSL | 0.53 | 0.71 | 0.73 |
HSV | 189° | 42° | 92° |
CMYK | 0.42 | 0.06 | 0.00 0.08 |
XYZ | 50.7419 | 62.4188 | 87.9709 |
Yxy | 62.4188 | 0.2523 | 0.3103 |
Hunter Lab | 79.0056 | -23.6168 | -10.7142 |
CIE-Lab | 83.1356 | -21.6949 | -15.3522 |
#88dceb color RGB value is (136,220,235).
#88dceb hex color red value is 136, green value is 220 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #88dceb hue: 0.53 , saturation: 0.71 and the lightness value of 88dceb is 0.73.
The process color (four color CMYK) of #88dceb color hex is 0.42, 0.06, 0.00, 0.08. Web safe color of #88dceb is #99ccff. Color #88dceb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001000 | 11011100 | 11101011 |
Octal | 210 | 334 | 353 |
Decimal | 136 | 220 | 235 |
Hex | 88 | DC | EB |
Shades of #88dceb
Tints of #88dceb
RGB Percentages of Color #88dceb
CMYK Percentages of Color #88dceb
Complementary Color
#88dceb | #eb9788 |
#88dceb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#88dceb Color Preview on White Background
Lorem ipsum dolor sit amet.
#88dceb Color CSS Codes
.mybgcolor {background-color:#88dceb; } .myforecolor {color:#88dceb; } .mybordercolor {border:3px solid #88dceb; }
#88dceb Text Font Color
<p style="color:#88dceb">Text here</p>
This sample text font color is #88dceb
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.
#88dceb Background Color
<div style="background-color:#88dceb">
Div content here</div>
This div background color is #88dceb
#88dceb Border Color
<div style="border:3px solid #88dceb">
Div here</div>
This div border color is #88dceb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(136,220,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #88dceb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #88dceb; -webkit-box-shadow: 1px 1px 3px 2px #88dceb; box-shadow: 1px 1px 3px 2px #88dceb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(136,220,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #88dceb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #88dceb; -webkit-box-shadow: 1px 1px 3px 2px #88dceb; box-shadow: 1px 1px 3px 2px #88dceb;">
Div content here</div>
This div box has shadow with color #88dceb
Comments
No comments written yet.
Please login to write comment.