Color Hex Logo

#90b5ca Color Hex

#90B5CA
(144,181,202)
0 Favorites   0 Comments

Color spaces of #90b5ca

RGB 144181202
HSL0.560.350.68
HSV202°29°79°
CMYK 0.290.100.00   0.21
XYZ38.686143.241362.1845
Yxy43.24130.26840.3001
Hunter Lab65.7581-10.0635-10.0372
CIE-Lab71.7184-7.5507-14.6961

#90b5ca color RGB value is (144,181,202).

#90b5ca hex color red value is 144, green value is 181 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #90b5ca hue: 0.56 , saturation: 0.35 and the lightness value of 90b5ca is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10110101 11001010
Octal 220 265 312
Decimal 144 181 202
Hex 90 B5 CA

RGB Percentages of Color #90b5ca

%27.32
%34.35
%38.33

CMYK Percentages of Color #90b5ca

%29
%10
%0
%21

Triadic Colors of #90b5ca

#90b5ca #ca90b5 #b5ca90

Analogous Colors of #90b5ca

#90b5ca #9098ca #90cac2

Monochromatic Colors of #90b5ca

#90b5ca

Complementary Color

#90b5ca #caa590

#90b5ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90b5ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#90b5ca Color CSS Codes

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

#90b5ca Text Font Color

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

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


#90b5ca Background Color

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

This div background color is #90b5ca


#90b5ca Border Color

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

This div border color is #90b5ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90b5ca


Comments

No comments written yet.

Please login to write comment.