Color Hex Logo

#90dbdc Color Hex

#90DBDC
(144,219,220)
0 Favorites   0 Comments

Color spaces of #90dbdc

RGB 144219220
HSL0.500.520.71
HSV181°35°86°
CMYK 0.350.000.00   0.14
XYZ49.751461.759677.0088
Yxy61.75960.26390.3276
Hunter Lab78.5873-24.5244-3.0880
CIE-Lab82.7854-22.8419-7.8731

#90dbdc color RGB value is (144,219,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11011011 11011100
Octal 220 333 334
Decimal 144 219 220
Hex 90 DB DC

RGB Percentages of Color #90dbdc

%24.70
%37.56
%37.74

CMYK Percentages of Color #90dbdc

%35
%0
%0
%14

Triadic Colors of #90dbdc

#90dbdc #dc90db #dbdc90

Analogous Colors of #90dbdc

#90dbdc #90b5dc #90dcb7

Monochromatic Colors of #90dbdc

#90dbdc

Complementary Color

#90dbdc #dc9190

#90dbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90dbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#90dbdc Color CSS Codes

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

#90dbdc Text Font Color

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

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


#90dbdc Background Color

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

This div background color is #90dbdc


#90dbdc Border Color

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

This div border color is #90dbdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,219,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 #90dbdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90dbdc


Comments

No comments written yet.

Please login to write comment.