Color Hex Logo

#90bbd0 Color Hex

#90BBD0
(144,187,208)
0 Favorites   0 Comments

Color spaces of #90bbd0

RGB 144187208
HSL0.550.410.69
HSV200°31°82°
CMYK 0.310.100.00   0.18
XYZ40.657146.024066.4152
Yxy46.02400.26560.3006
Hunter Lab67.8410-11.7467-10.5552
CIE-Lab73.5611-9.3042-15.1999

#90bbd0 color RGB value is (144,187,208).

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

The process color (four color CMYK) of #90bbd0 color hex is 0.31, 0.10, 0.00, 0.18. Web safe color of #90bbd0 is #99cccc. Color #90bbd0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10111011 11010000
Octal 220 273 320
Decimal 144 187 208
Hex 90 BB D0

RGB Percentages of Color #90bbd0

%26.72
%34.69
%38.59

CMYK Percentages of Color #90bbd0

%31
%10
%0
%18

Triadic Colors of #90bbd0

#90bbd0 #d090bb #bbd090

Analogous Colors of #90bbd0

#90bbd0 #909bd0 #90d0c5

Monochromatic Colors of #90bbd0

#90bbd0

Complementary Color

#90bbd0 #d0a590

#90bbd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90bbd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#90bbd0 Color CSS Codes

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

#90bbd0 Text Font Color

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

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


#90bbd0 Background Color

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

This div background color is #90bbd0


#90bbd0 Border Color

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

This div border color is #90bbd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90bbd0

#90bbd0 Color Palettes


Comments

No comments written yet.

Please login to write comment.