Color Hex Logo

#90dced Color Hex

#90DCED
(144,220,237)
0 Favorites   0 Comments

Color spaces of #90dced

RGB 144220237
HSL0.530.720.75
HSV191°39°93°
CMYK 0.390.070.00   0.07
XYZ52.380963.230189.5646
Yxy63.23010.25530.3082
Hunter Lab79.5174-21.5711-11.1193
CIE-Lab83.5633-19.2173-15.7330

#90dced color RGB value is (144,220,237).

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

The process color (four color CMYK) of #90dced color hex is 0.39, 0.07, 0.00, 0.07. Web safe color of #90dced is #99ccff. Color #90dced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11011100 11101101
Octal 220 334 355
Decimal 144 220 237
Hex 90 DC ED

RGB Percentages of Color #90dced

%23.96
%36.61
%39.43

CMYK Percentages of Color #90dced

%39
%7
%0
%7

Triadic Colors of #90dced

#90dced #ed90dc #dced90

Analogous Colors of #90dced

#90dced #90aeed #90edd0

Monochromatic Colors of #90dced

#90dced

Complementary Color

#90dced #eda190

#90dced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90dced Color Preview on White Background

Lorem ipsum dolor sit amet.

#90dced Color CSS Codes

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

#90dced Text Font Color

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

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


#90dced Background Color

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

This div background color is #90dced


#90dced Border Color

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

This div border color is #90dced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90dced


Comments

No comments written yet.

Please login to write comment.