Color Hex Logo

#99ebcc Color Hex

#99EBCC
(153,235,204)
0 Favorites   0 Comments

Color spaces of #99ebcc

RGB 153235204
HSL0.440.670.76
HSV157°35°92°
CMYK 0.350.000.13   0.08
XYZ53.744370.548667.9114
Yxy70.54860.27960.3671
Hunter Lab83.9932-32.772310.8572
CIE-Lab87.2652-31.64767.1636

#99ebcc color RGB value is (153,235,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11101011 11001100
Octal 231 353 314
Decimal 153 235 204
Hex 99 EB CC

RGB Percentages of Color #99ebcc

%25.84
%39.70
%34.46

CMYK Percentages of Color #99ebcc

%35
%0
%13
%8

Triadic Colors of #99ebcc

#99ebcc #cc99eb #ebcc99

Analogous Colors of #99ebcc

#99ebcc #99e1eb #99eba3

Monochromatic Colors of #99ebcc

#99ebcc

Complementary Color

#99ebcc #eb99b8

#99ebcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99ebcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#99ebcc Color CSS Codes

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

#99ebcc Text Font Color

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

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


#99ebcc Background Color

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

This div background color is #99ebcc


#99ebcc Border Color

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

This div border color is #99ebcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99ebcc


Comments

No comments written yet.

Please login to write comment.