Color Hex Logo

#90edaf Color Hex

#90EDAF
(144,237,175)
0 Favorites   0 Comments

Color spaces of #90edaf

RGB 144237175
HSL0.390.720.75
HSV140°39°93°
CMYK 0.390.000.26   0.07
XYZ49.523669.592851.3800
Yxy69.59280.29050.4082
Hunter Lab83.4223-40.022621.8788
CIE-Lab86.7968-40.748221.5288

#90edaf color RGB value is (144,237,175).

#90edaf hex color red value is 144, green value is 237 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #90edaf hue: 0.39 , saturation: 0.72 and the lightness value of 90edaf is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11101101 10101111
Octal 220 355 257
Decimal 144 237 175
Hex 90 ED AF

RGB Percentages of Color #90edaf

%25.90
%42.63
%31.47

CMYK Percentages of Color #90edaf

%39
%0
%26
%7

Triadic Colors of #90edaf

#90edaf #af90ed #edaf90

Analogous Colors of #90edaf

#90edaf #90edde #a0ed90

Monochromatic Colors of #90edaf

#90edaf

Complementary Color

#90edaf #ed90ce

#90edaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90edaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#90edaf Color CSS Codes

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

#90edaf Text Font Color

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

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


#90edaf Background Color

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

This div background color is #90edaf


#90edaf Border Color

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

This div border color is #90edaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,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 #90edaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90edaf


Comments

No comments written yet.

Please login to write comment.