Color Hex Logo

#99edba Color Hex

#99EDBA
(153,237,186)
0 Favorites   0 Comments

Color spaces of #99edba

RGB 153237186
HSL0.400.700.76
HSV144°35°93°
CMYK 0.350.000.22   0.07
XYZ52.284070.885857.3811
Yxy70.88580.28960.3926
Hunter Lab84.1937-36.491118.5273
CIE-Lab87.4295-36.134916.7795

#99edba color RGB value is (153,237,186).

#99edba hex color red value is 153, green value is 237 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #99edba hue: 0.40 , saturation: 0.70 and the lightness value of 99edba is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11101101 10111010
Octal 231 355 272
Decimal 153 237 186
Hex 99 ED BA

RGB Percentages of Color #99edba

%26.56
%41.15
%32.29

CMYK Percentages of Color #99edba

%35
%0
%22
%7

Triadic Colors of #99edba

#99edba #ba99ed #edba99

Analogous Colors of #99edba

#99edba #99ede4 #a2ed99

Monochromatic Colors of #99edba

#99edba

Complementary Color

#99edba #ed99cc

#99edba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99edba Color Preview on White Background

Lorem ipsum dolor sit amet.

#99edba Color CSS Codes

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

#99edba Text Font Color

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

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


#99edba Background Color

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

This div background color is #99edba


#99edba Border Color

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

This div border color is #99edba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99edba


Comments

No comments written yet.

Please login to write comment.