Color Hex Logo

#90bdcd Color Hex

#90BDCD
(144,189,205)
0 Favorites   0 Comments

Color spaces of #90bdcd

RGB 144189205
HSL0.540.380.68
HSV196°30°80°
CMYK 0.300.080.00   0.20
XYZ40.718646.732364.6317
Yxy46.73230.26770.3073
Hunter Lab68.3610-13.3100-8.2028
CIE-Lab74.0182-11.0846-12.8797

#90bdcd color RGB value is (144,189,205).

#90bdcd hex color red value is 144, green value is 189 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #90bdcd hue: 0.54 , saturation: 0.38 and the lightness value of 90bdcd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10111101 11001101
Octal 220 275 315
Decimal 144 189 205
Hex 90 BD CD

RGB Percentages of Color #90bdcd

%26.77
%35.13
%38.10

CMYK Percentages of Color #90bdcd

%30
%8
%0
%20

Triadic Colors of #90bdcd

#90bdcd #cd90bd #bdcd90

Analogous Colors of #90bdcd

#90bdcd #909fcd #90cdbf

Monochromatic Colors of #90bdcd

#90bdcd

Complementary Color

#90bdcd #cda090

#90bdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90bdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#90bdcd Color CSS Codes

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

#90bdcd Text Font Color

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

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


#90bdcd Background Color

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

This div background color is #90bdcd


#90bdcd Border Color

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

This div border color is #90bdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90bdcd


Comments

No comments written yet.

Please login to write comment.