Color Hex Logo

#9eb1ca Color Hex

#9EB1CA
(158,177,202)
0 Favorites   0 Comments

Color spaces of #9eb1ca

RGB 158177202
HSL0.590.290.71
HSV214°22°79°
CMYK 0.220.120.00   0.21
XYZ40.483442.977662.0389
Yxy42.97760.27820.2954
Hunter Lab65.5573-4.4967-10.2178
CIE-Lab71.5398-1.1288-14.8745

#9eb1ca color RGB value is (158,177,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10110001 11001010
Octal 236 261 312
Decimal 158 177 202
Hex 9E B1 CA

RGB Percentages of Color #9eb1ca

%29.42
%32.96
%37.62

CMYK Percentages of Color #9eb1ca

%22
%12
%0
%21

Triadic Colors of #9eb1ca

#9eb1ca #ca9eb1 #b1ca9e

Analogous Colors of #9eb1ca

#9eb1ca #a19eca #9ec7ca

Monochromatic Colors of #9eb1ca

#9eb1ca

Complementary Color

#9eb1ca #cab79e

#9eb1ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eb1ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eb1ca Color CSS Codes

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

#9eb1ca Text Font Color

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

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


#9eb1ca Background Color

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

This div background color is #9eb1ca


#9eb1ca Border Color

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

This div border color is #9eb1ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eb1ca


Comments

No comments written yet.

Please login to write comment.