Color Hex Logo

#90dcaf Color Hex

#90DCAF
(144,220,175)
0 Favorites   0 Comments

Color spaces of #90dcaf

RGB 144220175
HSL0.400.520.71
HSV144°35°86°
CMYK 0.350.000.20   0.14
XYZ44.832760.210849.8164
Yxy60.21080.28950.3888
Hunter Lab77.5956-32.659716.2527
CIE-Lab81.9526-32.995314.7727

#90dcaf color RGB value is (144,220,175).

#90dcaf hex color red value is 144, green value is 220 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #90dcaf hue: 0.40 , saturation: 0.52 and the lightness value of 90dcaf is 0.71.

The process color (four color CMYK) of #90dcaf color hex is 0.35, 0.00, 0.20, 0.14. Web safe color of #90dcaf is #99cc99. Color #90dcaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11011100 10101111
Octal 220 334 257
Decimal 144 220 175
Hex 90 DC AF

RGB Percentages of Color #90dcaf

%26.72
%40.82
%32.47

CMYK Percentages of Color #90dcaf

%35
%0
%20
%14

Triadic Colors of #90dcaf

#90dcaf #af90dc #dcaf90

Analogous Colors of #90dcaf

#90dcaf #90dcd5 #97dc90

Monochromatic Colors of #90dcaf

#90dcaf

Complementary Color

#90dcaf #dc90bd

#90dcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90dcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#90dcaf Color CSS Codes

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

#90dcaf Text Font Color

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

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


#90dcaf Background Color

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

This div background color is #90dcaf


#90dcaf Border Color

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

This div border color is #90dcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90dcaf


Comments

No comments written yet.

Please login to write comment.