Color Hex Logo

#90ffaf Color Hex

#90FFAF
(144,255,175)
0 Favorites   0 Comments

Color spaces of #90ffaf

RGB 144255175
HSL0.381.000.78
HSV137°44°100°
CMYK 0.440.000.31   0.00
XYZ54.999580.544453.2053
Yxy80.54440.29140.4267
Hunter Lab89.7465-47.666027.6731
CIE-Lab91.9286-48.554228.5544

#90ffaf color RGB value is (144,255,175).

#90ffaf hex color red value is 144, green value is 255 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #90ffaf hue: 0.38 , saturation: 1.00 and the lightness value of 90ffaf is 0.78.

The process color (four color CMYK) of #90ffaf color hex is 0.44, 0.00, 0.31, 0.00. Web safe color of #90ffaf is #99ff99. Color #90ffaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11111111 10101111
Octal 220 377 257
Decimal 144 255 175
Hex 90 FF AF

RGB Percentages of Color #90ffaf

%25.09
%44.43
%30.49

CMYK Percentages of Color #90ffaf

%44
%0
%31
%0

Triadic Colors of #90ffaf

#90ffaf #af90ff #ffaf90

Analogous Colors of #90ffaf

#90ffaf #90ffe7 #a9ff90

Monochromatic Colors of #90ffaf

#90ffaf

Complementary Color

#90ffaf #ff90e0

#90ffaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90ffaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#90ffaf Color CSS Codes

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

#90ffaf Text Font Color

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

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


#90ffaf Background Color

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

This div background color is #90ffaf


#90ffaf Border Color

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

This div border color is #90ffaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90ffaf


Comments

No comments written yet.

Please login to write comment.