Color spaces of #99cefb
RGB | 153 | 206 | 251 |
---|---|---|---|
HSL | 0.58 | 0.92 | 0.79 |
HSV | 208° | 39° | 98° |
CMYK | 0.39 | 0.18 | 0.00 0.02 |
XYZ | 52.6208 | 57.8800 | 99.6653 |
Yxy | 57.8800 | 0.2504 | 0.2754 |
Hunter Lab | 76.0789 | -9.6766 | -24.4162 |
CIE-Lab | 80.6720 | -6.1300 | -27.5131 |
#99cefb color RGB value is (153,206,251).
#99cefb hex color red value is 153, green value is 206 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #99cefb hue: 0.58 , saturation: 0.92 and the lightness value of 99cefb is 0.79.
The process color (four color CMYK) of #99cefb color hex is 0.39, 0.18, 0.00, 0.02. Web safe color of #99cefb is #99ccff. Color #99cefb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011001 | 11001110 | 11111011 |
Octal | 231 | 316 | 373 |
Decimal | 153 | 206 | 251 |
Hex | 99 | CE | FB |
Shades of #99cefb
Tints of #99cefb
RGB Percentages of Color #99cefb
CMYK Percentages of Color #99cefb
Complementary Color
#99cefb | #fbc699 |
#99cefb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#99cefb Color Preview on White Background
Lorem ipsum dolor sit amet.
#99cefb Color CSS Codes
.mybgcolor {background-color:#99cefb; } .myforecolor {color:#99cefb; } .mybordercolor {border:3px solid #99cefb; }
#99cefb Text Font Color
<p style="color:#99cefb">Text here</p>
This sample text font color is #99cefb
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.
#99cefb Background Color
<div style="background-color:#99cefb">
Div content here</div>
This div background color is #99cefb
#99cefb Border Color
<div style="border:3px solid #99cefb">
Div here</div>
This div border color is #99cefb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(153,206,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #99cefb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #99cefb; -webkit-box-shadow: 1px 1px 3px 2px #99cefb; box-shadow: 1px 1px 3px 2px #99cefb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(153,206,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #99cefb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #99cefb; -webkit-box-shadow: 1px 1px 3px 2px #99cefb; box-shadow: 1px 1px 3px 2px #99cefb;">
Div content here</div>
This div box has shadow with color #99cefb
Comments
No comments written yet.
Please login to write comment.