Color Hex Logo

#99cfef Color Hex

#99CFEF
(153,207,239)
0 Favorites   0 Comments

Color spaces of #99cfef

RGB 153207239
HSL0.560.730.77
HSV202°36°94°
CMYK 0.360.130.00   0.06
XYZ51.029757.629990.0955
Yxy57.62990.25670.2900
Hunter Lab75.9144-12.8623-17.2256
CIE-Lab80.5326-9.7095-21.3279

#99cfef color RGB value is (153,207,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11001111 11101111
Octal 231 317 357
Decimal 153 207 239
Hex 99 CF EF

RGB Percentages of Color #99cfef

%25.54
%34.56
%39.90

CMYK Percentages of Color #99cfef

%36
%13
%0
%6

Triadic Colors of #99cfef

#99cfef #ef99cf #cfef99

Analogous Colors of #99cfef

#99cfef #99a4ef #99efe4

Monochromatic Colors of #99cfef

#99cfef

Complementary Color

#99cfef #efb999

#99cfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99cfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#99cfef Color CSS Codes

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

#99cfef Text Font Color

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

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


#99cfef Background Color

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

This div background color is #99cfef


#99cfef Border Color

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

This div border color is #99cfef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,207,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 #99cfef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99cfef


Comments

No comments written yet.

Please login to write comment.