Color Hex Logo

#9eb2ca Color Hex

#9EB2CA
(158,178,202)
0 Favorites   0 Comments

Color spaces of #9eb2ca

RGB 158178202
HSL0.590.290.71
HSV213°22°79°
CMYK 0.220.120.00   0.21
XYZ40.681643.374262.1050
Yxy43.37420.27830.2968
Hunter Lab65.8591-4.9928-9.8090
CIE-Lab71.8082-1.6730-14.4705

#9eb2ca color RGB value is (158,178,202).

#9eb2ca hex color red value is 158, green value is 178 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #9eb2ca hue: 0.59 , saturation: 0.29 and the lightness value of 9eb2ca is 0.71.

The process color (four color CMYK) of #9eb2ca color hex is 0.22, 0.12, 0.00, 0.21. Web safe color of #9eb2ca is #9999cc. Color #9eb2ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10110010 11001010
Octal 236 262 312
Decimal 158 178 202
Hex 9E B2 CA

RGB Percentages of Color #9eb2ca

%29.37
%33.09
%37.55

CMYK Percentages of Color #9eb2ca

%22
%12
%0
%21

Triadic Colors of #9eb2ca

#9eb2ca #ca9eb2 #b2ca9e

Analogous Colors of #9eb2ca

#9eb2ca #a09eca #9ec8ca

Monochromatic Colors of #9eb2ca

#9eb2ca

Complementary Color

#9eb2ca #cab69e

#9eb2ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eb2ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eb2ca Color CSS Codes

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

#9eb2ca Text Font Color

<p style="color:#9eb2ca">Text here</p>

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


#9eb2ca Background Color

<div style="background-color:#9eb2ca">
Div content here</div>

This div background color is #9eb2ca


#9eb2ca Border Color

<div style="border:3px solid #9eb2ca">
Div here</div>

This div border color is #9eb2ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(158,178,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9eb2ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9eb2ca;
  -webkit-box-shadow: 1px 1px 3px 2px #9eb2ca;
  box-shadow:         1px 1px 3px 2px #9eb2ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,178,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 #9eb2ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eb2ca


Comments

No comments written yet.

Please login to write comment.