Color Hex Logo

#90efaf Color Hex

#90EFAF
(144,239,175)
0 Favorites   0 Comments

Color spaces of #90efaf

RGB 144239175
HSL0.390.750.75
HSV140°40°94°
CMYK 0.400.000.27   0.06
XYZ50.106070.757451.5741
Yxy70.75740.29060.4103
Hunter Lab84.1174-40.878922.5303
CIE-Lab87.3670-41.635122.3162

#90efaf color RGB value is (144,239,175).

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

The process color (four color CMYK) of #90efaf color hex is 0.40, 0.00, 0.27, 0.06. Web safe color of #90efaf is #99ff99. Color #90efaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11101111 10101111
Octal 220 357 257
Decimal 144 239 175
Hex 90 EF AF

RGB Percentages of Color #90efaf

%25.81
%42.83
%31.36

CMYK Percentages of Color #90efaf

%40
%0
%27
%6

Triadic Colors of #90efaf

#90efaf #af90ef #efaf90

Analogous Colors of #90efaf

#90efaf #90efdf #a1ef90

Monochromatic Colors of #90efaf

#90efaf

Complementary Color

#90efaf #ef90d0

#90efaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90efaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#90efaf Color CSS Codes

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

#90efaf Text Font Color

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

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


#90efaf Background Color

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

This div background color is #90efaf


#90efaf Border Color

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

This div border color is #90efaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90efaf


Comments

No comments written yet.

Please login to write comment.