Color Hex Logo

#99caef Color Hex

#99CAEF
(153,202,239)
0 Favorites   0 Comments

Color spaces of #99caef

RGB 153202239
HSL0.570.730.77
HSV206°36°94°
CMYK 0.360.150.00   0.06
XYZ49.837455.245489.6981
Yxy55.24540.25590.2836
Hunter Lab74.3272-10.3861-19.5221
CIE-Lab79.1824-7.0797-23.3793

#99caef color RGB value is (153,202,239).

#99caef hex color red value is 153, green value is 202 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #99caef hue: 0.57 , saturation: 0.73 and the lightness value of 99caef is 0.77.

The process color (four color CMYK) of #99caef color hex is 0.36, 0.15, 0.00, 0.06. Web safe color of #99caef is #99ccff. Color #99caef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11001010 11101111
Octal 231 312 357
Decimal 153 202 239
Hex 99 CA EF

RGB Percentages of Color #99caef

%25.76
%34.01
%40.24

CMYK Percentages of Color #99caef

%36
%15
%0
%6

Triadic Colors of #99caef

#99caef #ef99ca #caef99

Analogous Colors of #99caef

#99caef #999fef #99efe9

Monochromatic Colors of #99caef

#99caef

Complementary Color

#99caef #efbe99

#99caef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99caef Color Preview on White Background

Lorem ipsum dolor sit amet.

#99caef Color CSS Codes

.mybgcolor {background-color:#99caef; } 
.myforecolor {color:#99caef; }
.mybordercolor {border:3px solid #99caef; }

#99caef Text Font Color

<p style="color:#99caef">Text here</p>

This sample text font color is #99caef
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.


#99caef Background Color

<div style="background-color:#99caef">
Div content here</div>

This div background color is #99caef


#99caef Border Color

<div style="border:3px solid #99caef">
Div here</div>

This div border color is #99caef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,202,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99caef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99caef;
  -webkit-box-shadow: 1px 1px 3px 2px #99caef;
  box-shadow:         1px 1px 3px 2px #99caef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,202,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #99caef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #99caef;
  -webkit-box-shadow: 1px 1px 3px 2px #99caef;
  box-shadow:         1px 1px 3px 2px #99caef;">
Div content here</div>

This div box has shadow with color #99caef


Comments

No comments written yet.

Please login to write comment.