Color Hex Logo

#90dfd1 Color Hex

#90DFD1
(144,223,209)
0 Favorites   0 Comments

Color spaces of #90dfd1

RGB 144223209
HSL0.470.550.72
HSV169°35°87°
CMYK 0.350.000.06   0.13
XYZ49.397963.308169.9377
Yxy63.30810.27050.3466
Hunter Lab79.5664-28.42153.5814
CIE-Lab83.6042-27.3280-0.8313

#90dfd1 color RGB value is (144,223,209).

#90dfd1 hex color red value is 144, green value is 223 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #90dfd1 hue: 0.47 , saturation: 0.55 and the lightness value of 90dfd1 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11011111 11010001
Octal 220 337 321
Decimal 144 223 209
Hex 90 DF D1

RGB Percentages of Color #90dfd1

%25.00
%38.72
%36.28

CMYK Percentages of Color #90dfd1

%35
%0
%6
%13

Triadic Colors of #90dfd1

#90dfd1 #d190df #dfd190

Analogous Colors of #90dfd1

#90dfd1 #90c6df #90dfaa

Monochromatic Colors of #90dfd1

#90dfd1

Complementary Color

#90dfd1 #df909e

#90dfd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90dfd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#90dfd1 Color CSS Codes

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

#90dfd1 Text Font Color

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

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


#90dfd1 Background Color

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

This div background color is #90dfd1


#90dfd1 Border Color

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

This div border color is #90dfd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90dfd1


Comments

No comments written yet.

Please login to write comment.