Color Hex Logo

#90cbdd Color Hex

#90CBDD
(144,203,221)
0 Favorites   0 Comments

Color spaces of #90cbdd

RGB 144203221
HSL0.540.530.72
HSV194°35°87°
CMYK 0.350.080.00   0.13
XYZ45.908753.861676.3833
Yxy53.86160.26060.3058
Hunter Lab73.3905-16.7743-10.3345
CIE-Lab78.3810-14.5110-14.9832

#90cbdd color RGB value is (144,203,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11001011 11011101
Octal 220 313 335
Decimal 144 203 221
Hex 90 CB DD

RGB Percentages of Color #90cbdd

%25.35
%35.74
%38.91

CMYK Percentages of Color #90cbdd

%35
%8
%0
%13

Triadic Colors of #90cbdd

#90cbdd #dd90cb #cbdd90

Analogous Colors of #90cbdd

#90cbdd #90a5dd #90ddc9

Monochromatic Colors of #90cbdd

#90cbdd

Complementary Color

#90cbdd #dda290

#90cbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90cbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#90cbdd Color CSS Codes

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

#90cbdd Text Font Color

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

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


#90cbdd Background Color

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

This div background color is #90cbdd


#90cbdd Border Color

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

This div border color is #90cbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90cbdd

#90cbdd Color Palettes


Comments

No comments written yet.

Please login to write comment.