Color Hex Logo

#90bbcd Color Hex

#90BBCD
(144,187,205)
0 Favorites   0 Comments

Color spaces of #90bbcd

RGB 144187205
HSL0.550.380.68
HSV198°30°80°
CMYK 0.300.090.00   0.20
XYZ40.291445.877764.4893
Yxy45.87770.26740.3045
Hunter Lab67.7331-12.3512-9.0374
CIE-Lab73.4661-10.0277-13.7081

#90bbcd color RGB value is (144,187,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10111011 11001101
Octal 220 273 315
Decimal 144 187 205
Hex 90 BB CD

RGB Percentages of Color #90bbcd

%26.87
%34.89
%38.25

CMYK Percentages of Color #90bbcd

%30
%9
%0
%20

Triadic Colors of #90bbcd

#90bbcd #cd90bb #bbcd90

Analogous Colors of #90bbcd

#90bbcd #909dcd #90cdc1

Monochromatic Colors of #90bbcd

#90bbcd

Complementary Color

#90bbcd #cda290

#90bbcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90bbcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#90bbcd Color CSS Codes

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

#90bbcd Text Font Color

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

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


#90bbcd Background Color

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

This div background color is #90bbcd


#90bbcd Border Color

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

This div border color is #90bbcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90bbcd


Comments

No comments written yet.

Please login to write comment.