Color Hex Logo

#90bbdb Color Hex

#90BBDB
(144,187,219)
0 Favorites   0 Comments

Color spaces of #90bbdb

RGB 144187219
HSL0.570.510.71
HSV206°34°86°
CMYK 0.340.150.00   0.14
XYZ42.058146.584473.7928
Yxy46.58440.25890.2868
Hunter Lab68.2528-9.4487-16.3256
CIE-Lab73.9231-6.5862-20.6370

#90bbdb color RGB value is (144,187,219).

#90bbdb hex color red value is 144, green value is 187 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #90bbdb hue: 0.57 , saturation: 0.51 and the lightness value of 90bbdb is 0.71.

The process color (four color CMYK) of #90bbdb color hex is 0.34, 0.15, 0.00, 0.14. Web safe color of #90bbdb is #99cccc. Color #90bbdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10111011 11011011
Octal 220 273 333
Decimal 144 187 219
Hex 90 BB DB

RGB Percentages of Color #90bbdb

%26.18
%34.00
%39.82

CMYK Percentages of Color #90bbdb

%34
%15
%0
%14

Triadic Colors of #90bbdb

#90bbdb #db90bb #bbdb90

Analogous Colors of #90bbdb

#90bbdb #9096db #90dbd6

Monochromatic Colors of #90bbdb

#90bbdb

Complementary Color

#90bbdb #dbb090

#90bbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90bbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#90bbdb Color CSS Codes

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

#90bbdb Text Font Color

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

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


#90bbdb Background Color

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

This div background color is #90bbdb


#90bbdb Border Color

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

This div border color is #90bbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90bbdb


Comments

No comments written yet.

Please login to write comment.