Color Hex Logo

#90dfdc Color Hex

#90DFDC
(144,223,220)
0 Favorites   0 Comments

Color spaces of #90dfdc

RGB 144223220
HSL0.490.550.72
HSV178°35°87°
CMYK 0.350.000.01   0.13
XYZ50.807563.872077.3608
Yxy63.87200.26460.3326
Hunter Lab79.9200-26.3822-1.4475
CIE-Lab83.8991-24.8109-6.2241

#90dfdc color RGB value is (144,223,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11011111 11011100
Octal 220 337 334
Decimal 144 223 220
Hex 90 DF DC

RGB Percentages of Color #90dfdc

%24.53
%37.99
%37.48

CMYK Percentages of Color #90dfdc

%35
%0
%1
%13

Triadic Colors of #90dfdc

#90dfdc #dc90df #dfdc90

Analogous Colors of #90dfdc

#90dfdc #90bbdf #90dfb5

Monochromatic Colors of #90dfdc

#90dfdc

Complementary Color

#90dfdc #df9093

#90dfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90dfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#90dfdc Color CSS Codes

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

#90dfdc Text Font Color

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

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


#90dfdc Background Color

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

This div background color is #90dfdc


#90dfdc Border Color

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

This div border color is #90dfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90dfdc


Comments

No comments written yet.

Please login to write comment.