Color Hex Logo

#99ebcf Color Hex

#99EBCF
(153,235,207)
0 Favorites   0 Comments

Color spaces of #99ebcf

RGB 153235207
HSL0.440.670.76
HSV160°35°92°
CMYK 0.350.000.12   0.08
XYZ54.107770.694069.8250
Yxy70.69400.27800.3632
Hunter Lab84.0797-32.26979.6177
CIE-Lab87.3361-31.02345.6957

#99ebcf color RGB value is (153,235,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11101011 11001111
Octal 231 353 317
Decimal 153 235 207
Hex 99 EB CF

RGB Percentages of Color #99ebcf

%25.71
%39.50
%34.79

CMYK Percentages of Color #99ebcf

%35
%0
%12
%8

Triadic Colors of #99ebcf

#99ebcf #cf99eb #ebcf99

Analogous Colors of #99ebcf

#99ebcf #99deeb #99eba6

Monochromatic Colors of #99ebcf

#99ebcf

Complementary Color

#99ebcf #eb99b5

#99ebcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99ebcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#99ebcf Color CSS Codes

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

#99ebcf Text Font Color

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

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


#99ebcf Background Color

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

This div background color is #99ebcf


#99ebcf Border Color

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

This div border color is #99ebcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99ebcf


Comments

No comments written yet.

Please login to write comment.