Color Hex Logo

#99eadc Color Hex

#99EADC
(153,234,220)
0 Favorites   0 Comments

Color spaces of #99eadc

RGB 153234220
HSL0.470.660.76
HSV170°35°92°
CMYK 0.350.000.06   0.08
XYZ55.478070.785278.4491
Yxy70.78520.27100.3458
Hunter Lab84.1339-29.53133.6099
CIE-Lab87.3805-27.7458-1.0545

#99eadc color RGB value is (153,234,220).

#99eadc hex color red value is 153, green value is 234 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #99eadc hue: 0.47 , saturation: 0.66 and the lightness value of 99eadc is 0.76.

The process color (four color CMYK) of #99eadc color hex is 0.35, 0.00, 0.06, 0.08. Web safe color of #99eadc is #99ffcc. Color #99eadc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11101010 11011100
Octal 231 352 334
Decimal 153 234 220
Hex 99 EA DC

RGB Percentages of Color #99eadc

%25.21
%38.55
%36.24

CMYK Percentages of Color #99eadc

%35
%0
%6
%8

Triadic Colors of #99eadc

#99eadc #dc99ea #eadc99

Analogous Colors of #99eadc

#99eadc #99d0ea #99eab4

Monochromatic Colors of #99eadc

#99eadc

Complementary Color

#99eadc #ea99a7

#99eadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99eadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#99eadc Color CSS Codes

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

#99eadc Text Font Color

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

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


#99eadc Background Color

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

This div background color is #99eadc


#99eadc Border Color

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

This div border color is #99eadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99eadc


Comments

No comments written yet.

Please login to write comment.