Color Hex Logo

#99ebde Color Hex

#99EBDE
(153,235,222)
0 Favorites   0 Comments

Color spaces of #99ebde

RGB 153235222
HSL0.470.670.76
HSV170°35°92°
CMYK 0.350.000.06   0.08
XYZ56.030071.462979.9479
Yxy71.46290.27010.3445
Hunter Lab84.5357-29.62833.1027
CIE-Lab87.7094-27.7820-1.6221

#99ebde color RGB value is (153,235,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11101011 11011110
Octal 231 353 336
Decimal 153 235 222
Hex 99 EB DE

RGB Percentages of Color #99ebde

%25.08
%38.52
%36.39

CMYK Percentages of Color #99ebde

%35
%0
%6
%8

Triadic Colors of #99ebde

#99ebde #de99eb #ebde99

Analogous Colors of #99ebde

#99ebde #99cfeb #99ebb5

Monochromatic Colors of #99ebde

#99ebde

Complementary Color

#99ebde #eb99a6

#99ebde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99ebde Color Preview on White Background

Lorem ipsum dolor sit amet.

#99ebde Color CSS Codes

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

#99ebde Text Font Color

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

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


#99ebde Background Color

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

This div background color is #99ebde


#99ebde Border Color

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

This div border color is #99ebde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99ebde

#99ebde Color Palettes


Comments

No comments written yet.

Please login to write comment.