Color Hex Logo

#90ccdd Color Hex

#90CCDD
(144,204,221)
0 Favorites   0 Comments

Color spaces of #90ccdd

RGB 144204221
HSL0.540.530.72
HSV193°35°87°
CMYK 0.350.080.00   0.13
XYZ46.145654.335576.4623
Yxy54.33550.26080.3071
Hunter Lab73.7126-17.2524-9.9028
CIE-Lab78.6570-15.0270-14.5686

#90ccdd color RGB value is (144,204,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11001100 11011101
Octal 220 314 335
Decimal 144 204 221
Hex 90 CC DD

RGB Percentages of Color #90ccdd

%25.31
%35.85
%38.84

CMYK Percentages of Color #90ccdd

%35
%8
%0
%13

Triadic Colors of #90ccdd

#90ccdd #dd90cc #ccdd90

Analogous Colors of #90ccdd

#90ccdd #90a6dd #90ddc8

Monochromatic Colors of #90ccdd

#90ccdd

Complementary Color

#90ccdd #dda190

#90ccdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90ccdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#90ccdd Color CSS Codes

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

#90ccdd Text Font Color

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

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


#90ccdd Background Color

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

This div background color is #90ccdd


#90ccdd Border Color

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

This div border color is #90ccdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90ccdd


Comments

No comments written yet.

Please login to write comment.