Color Hex Logo

#90becb Color Hex

#90BECB
(144,190,203)
0 Favorites   0 Comments

Color spaces of #90becb

RGB 144190203
HSL0.540.360.68
HSV193°29°80°
CMYK 0.290.060.00   0.20
XYZ40.694547.068063.4401
Yxy47.06800.26910.3113
Hunter Lab68.6061-14.1814-6.8012
CIE-Lab74.2332-12.0859-11.4696

#90becb color RGB value is (144,190,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10111110 11001011
Octal 220 276 313
Decimal 144 190 203
Hex 90 BE CB

RGB Percentages of Color #90becb

%26.82
%35.38
%37.80

CMYK Percentages of Color #90becb

%29
%6
%0
%20

Triadic Colors of #90becb

#90becb #cb90be #becb90

Analogous Colors of #90becb

#90becb #90a1cb #90cbbb

Monochromatic Colors of #90becb

#90becb

Complementary Color

#90becb #cb9d90

#90becb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90becb Color Preview on White Background

Lorem ipsum dolor sit amet.

#90becb Color CSS Codes

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

#90becb Text Font Color

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

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


#90becb Background Color

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

This div background color is #90becb


#90becb Border Color

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

This div border color is #90becb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90becb


Comments

No comments written yet.

Please login to write comment.