Color Hex Logo

#99dfca Color Hex

#99DFCA
(153,223,202)
0 Favorites   0 Comments

Color spaces of #99dfca

RGB 153223202
HSL0.450.520.74
HSV162°31°87°
CMYK 0.310.000.09   0.13
XYZ50.185263.811965.5490
Yxy63.81190.27950.3554
Hunter Lab79.8824-27.65357.2661
CIE-Lab83.8677-26.33943.3108

#99dfca color RGB value is (153,223,202).

#99dfca hex color red value is 153, green value is 223 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #99dfca hue: 0.45 , saturation: 0.52 and the lightness value of 99dfca is 0.74.

The process color (four color CMYK) of #99dfca color hex is 0.31, 0.00, 0.09, 0.13. Web safe color of #99dfca is #99cccc. Color #99dfca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011111 11001010
Octal 231 337 312
Decimal 153 223 202
Hex 99 DF CA

RGB Percentages of Color #99dfca

%26.47
%38.58
%34.95

CMYK Percentages of Color #99dfca

%31
%0
%9
%13

Triadic Colors of #99dfca

#99dfca #ca99df #dfca99

Analogous Colors of #99dfca

#99dfca #99d1df #99dfa7

Monochromatic Colors of #99dfca

#99dfca

Complementary Color

#99dfca #df99ae

#99dfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99dfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#99dfca Color CSS Codes

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

#99dfca Text Font Color

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

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


#99dfca Background Color

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

This div background color is #99dfca


#99dfca Border Color

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

This div border color is #99dfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99dfca


Comments

No comments written yet.

Please login to write comment.