Color Hex Logo

#99ebce Color Hex

#99EBCE
(153,235,206)
0 Favorites   0 Comments

Color spaces of #99ebce

RGB 153235206
HSL0.440.670.76
HSV159°35°92°
CMYK 0.350.000.12   0.08
XYZ53.985870.645269.1831
Yxy70.64520.27850.3645
Hunter Lab84.0507-32.438110.0332
CIE-Lab87.3123-31.23236.1848

#99ebce color RGB value is (153,235,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11101011 11001110
Octal 231 353 316
Decimal 153 235 206
Hex 99 EB CE

RGB Percentages of Color #99ebce

%25.76
%39.56
%34.68

CMYK Percentages of Color #99ebce

%35
%0
%12
%8

Triadic Colors of #99ebce

#99ebce #ce99eb #ebce99

Analogous Colors of #99ebce

#99ebce #99dfeb #99eba5

Monochromatic Colors of #99ebce

#99ebce

Complementary Color

#99ebce #eb99b6

#99ebce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99ebce Color Preview on White Background

Lorem ipsum dolor sit amet.

#99ebce Color CSS Codes

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

#99ebce Text Font Color

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

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


#99ebce Background Color

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

This div background color is #99ebce


#99ebce Border Color

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

This div border color is #99ebce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99ebce


Comments

No comments written yet.

Please login to write comment.