Color Hex Logo

#99ecbd Color Hex

#99ECBD
(153,236,189)
0 Favorites   0 Comments

Color spaces of #99ecbd

RGB 153236189
HSL0.410.690.76
HSV146°35°93°
CMYK 0.350.000.20   0.07
XYZ52.317670.437358.9824
Yxy70.43730.28790.3876
Hunter Lab83.9269-35.600417.0809
CIE-Lab87.2109-35.104914.9136

#99ecbd color RGB value is (153,236,189).

#99ecbd hex color red value is 153, green value is 236 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #99ecbd hue: 0.41 , saturation: 0.69 and the lightness value of 99ecbd is 0.76.

The process color (four color CMYK) of #99ecbd color hex is 0.35, 0.00, 0.20, 0.07. Web safe color of #99ecbd is #99ffcc. Color #99ecbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11101100 10111101
Octal 231 354 275
Decimal 153 236 189
Hex 99 EC BD

RGB Percentages of Color #99ecbd

%26.47
%40.83
%32.70

CMYK Percentages of Color #99ecbd

%35
%0
%20
%7

Triadic Colors of #99ecbd

#99ecbd #bd99ec #ecbd99

Analogous Colors of #99ecbd

#99ecbd #99ece7 #9fec99

Monochromatic Colors of #99ecbd

#99ecbd

Complementary Color

#99ecbd #ec99c8

#99ecbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99ecbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#99ecbd Color CSS Codes

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

#99ecbd Text Font Color

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

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


#99ecbd Background Color

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

This div background color is #99ecbd


#99ecbd Border Color

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

This div border color is #99ecbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99ecbd


Comments

No comments written yet.

Please login to write comment.