Color Hex Logo

#90dcb9 Color Hex

#90DCB9
(144,220,185)
0 Favorites   0 Comments

Color spaces of #90dcb9

RGB 144220185
HSL0.420.520.71
HSV152°35°86°
CMYK 0.350.000.16   0.14
XYZ45.851860.618555.1828
Yxy60.61850.28360.3750
Hunter Lab77.8579-31.129712.4780
CIE-Lab82.1732-31.01919.8068

#90dcb9 color RGB value is (144,220,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11011100 10111001
Octal 220 334 271
Decimal 144 220 185
Hex 90 DC B9

RGB Percentages of Color #90dcb9

%26.23
%40.07
%33.70

CMYK Percentages of Color #90dcb9

%35
%0
%16
%14

Triadic Colors of #90dcb9

#90dcb9 #b990dc #dcb990

Analogous Colors of #90dcb9

#90dcb9 #90d9dc #90dc93

Monochromatic Colors of #90dcb9

#90dcb9

Complementary Color

#90dcb9 #dc90b3

#90dcb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90dcb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#90dcb9 Color CSS Codes

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

#90dcb9 Text Font Color

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

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


#90dcb9 Background Color

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

This div background color is #90dcb9


#90dcb9 Border Color

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

This div border color is #90dcb9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,220,185, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90dcb9


Comments

No comments written yet.

Please login to write comment.