Color Hex Logo

#90dace Color Hex

#90DACE
(144,218,206)
0 Favorites   0 Comments

Color spaces of #90dace

RGB 144218206
HSL0.470.500.71
HSV170°34°85°
CMYK 0.340.000.06   0.15
XYZ47.713660.528367.5609
Yxy60.52830.27140.3443
Hunter Lab77.7999-26.67842.9729
CIE-Lab82.1245-25.5717-1.4052

#90dace color RGB value is (144,218,206).

#90dace hex color red value is 144, green value is 218 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #90dace hue: 0.47 , saturation: 0.50 and the lightness value of 90dace is 0.71.

The process color (four color CMYK) of #90dace color hex is 0.34, 0.00, 0.06, 0.15. Web safe color of #90dace is #99cccc. Color #90dace contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11011010 11001110
Octal 220 332 316
Decimal 144 218 206
Hex 90 DA CE

RGB Percentages of Color #90dace

%25.35
%38.38
%36.27

CMYK Percentages of Color #90dace

%34
%0
%6
%15

Triadic Colors of #90dace

#90dace #ce90da #dace90

Analogous Colors of #90dace

#90dace #90c1da #90daa9

Monochromatic Colors of #90dace

#90dace

Complementary Color

#90dace #da909c

#90dace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90dace Color Preview on White Background

Lorem ipsum dolor sit amet.

#90dace Color CSS Codes

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

#90dace Text Font Color

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

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


#90dace Background Color

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

This div background color is #90dace


#90dace Border Color

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

This div border color is #90dace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90dace


Comments

No comments written yet.

Please login to write comment.