Color Hex Logo

#99ebdc Color Hex

#99EBDC
(153,235,220)
0 Favorites   0 Comments

Color spaces of #99ebdc

RGB 153235220
HSL0.470.670.76
HSV169°35°92°
CMYK 0.350.000.06   0.08
XYZ55.763571.356378.5442
Yxy71.35630.27110.3470
Hunter Lab84.4727-29.99284.0020
CIE-Lab87.6578-28.2254-0.6489

#99ebdc color RGB value is (153,235,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11101011 11011100
Octal 231 353 334
Decimal 153 235 220
Hex 99 EB DC

RGB Percentages of Color #99ebdc

%25.16
%38.65
%36.18

CMYK Percentages of Color #99ebdc

%35
%0
%6
%8

Triadic Colors of #99ebdc

#99ebdc #dc99eb #ebdc99

Analogous Colors of #99ebdc

#99ebdc #99d1eb #99ebb3

Monochromatic Colors of #99ebdc

#99ebdc

Complementary Color

#99ebdc #eb99a8

#99ebdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99ebdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#99ebdc Color CSS Codes

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

#99ebdc Text Font Color

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

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


#99ebdc Background Color

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

This div background color is #99ebdc


#99ebdc Border Color

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

This div border color is #99ebdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99ebdc


Comments

No comments written yet.

Please login to write comment.