Color Hex Logo

#99edaf Color Hex

#99EDAF
(153,237,175)
0 Favorites   0 Comments

Color spaces of #99edaf

RGB 153237175
HSL0.380.700.76
HSV136°35°93°
CMYK 0.350.000.26   0.07
XYZ51.158970.435851.4566
Yxy70.43580.29560.4070
Hunter Lab83.9260-38.062122.3964
CIE-Lab87.2102-38.149522.1643

#99edaf color RGB value is (153,237,175).

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

The process color (four color CMYK) of #99edaf color hex is 0.35, 0.00, 0.26, 0.07. Web safe color of #99edaf is #99ff99. Color #99edaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11101101 10101111
Octal 231 355 257
Decimal 153 237 175
Hex 99 ED AF

RGB Percentages of Color #99edaf

%27.08
%41.95
%30.97

CMYK Percentages of Color #99edaf

%35
%0
%26
%7

Triadic Colors of #99edaf

#99edaf #af99ed #edaf99

Analogous Colors of #99edaf

#99edaf #99edd9 #aded99

Monochromatic Colors of #99edaf

#99edaf

Complementary Color

#99edaf #ed99d7

#99edaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99edaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#99edaf Color CSS Codes

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

#99edaf Text Font Color

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

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


#99edaf Background Color

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

This div background color is #99edaf


#99edaf Border Color

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

This div border color is #99edaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99edaf


Comments

No comments written yet.

Please login to write comment.