Color Hex Logo

#90ddac Color Hex

#90DDAC
(144,221,172)
0 Favorites   0 Comments

Color spaces of #90ddac

RGB 144221172
HSL0.390.530.72
HSV142°35°87°
CMYK 0.350.000.22   0.13
XYZ44.804460.620848.3693
Yxy60.62080.29130.3942
Hunter Lab77.8594-33.535517.6683
CIE-Lab82.1745-34.033416.6621

#90ddac color RGB value is (144,221,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11011101 10101100
Octal 220 335 254
Decimal 144 221 172
Hex 90 DD AC

RGB Percentages of Color #90ddac

%26.82
%41.15
%32.03

CMYK Percentages of Color #90ddac

%35
%0
%22
%13

Triadic Colors of #90ddac

#90ddac #ac90dd #ddac90

Analogous Colors of #90ddac

#90ddac #90ddd3 #9bdd90

Monochromatic Colors of #90ddac

#90ddac

Complementary Color

#90ddac #dd90c1

#90ddac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90ddac Color Preview on White Background

Lorem ipsum dolor sit amet.

#90ddac Color CSS Codes

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

#90ddac Text Font Color

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

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


#90ddac Background Color

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

This div background color is #90ddac


#90ddac Border Color

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

This div border color is #90ddac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90ddac


Comments

No comments written yet.

Please login to write comment.