Color Hex Logo

#9eb1cf Color Hex

#9EB1CF
(158,177,207)
1 Favorites   0 Comments

Color spaces of #9eb1cf

RGB 158177207
HSL0.600.340.72
HSV217°24°81°
CMYK 0.240.140.00   0.19
XYZ41.085243.218465.2080
Yxy43.21840.27480.2891
Hunter Lab65.7407-3.4912-12.7911
CIE-Lab71.70300.0227-17.3696

#9eb1cf color RGB value is (158,177,207).

#9eb1cf hex color red value is 158, green value is 177 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #9eb1cf hue: 0.60 , saturation: 0.34 and the lightness value of 9eb1cf is 0.72.

The process color (four color CMYK) of #9eb1cf color hex is 0.24, 0.14, 0.00, 0.19. Web safe color of #9eb1cf is #9999cc. Color #9eb1cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10110001 11001111
Octal 236 261 317
Decimal 158 177 207
Hex 9E B1 CF

RGB Percentages of Color #9eb1cf

%29.15
%32.66
%38.19

CMYK Percentages of Color #9eb1cf

%24
%14
%0
%19

Triadic Colors of #9eb1cf

#9eb1cf #cf9eb1 #b1cf9e

Analogous Colors of #9eb1cf

#9eb1cf #a49ecf #9ecacf

Monochromatic Colors of #9eb1cf

#9eb1cf

Complementary Color

#9eb1cf #cfbc9e

#9eb1cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eb1cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eb1cf Color CSS Codes

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

#9eb1cf Text Font Color

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

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


#9eb1cf Background Color

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

This div background color is #9eb1cf


#9eb1cf Border Color

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

This div border color is #9eb1cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,177,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eb1cf


Comments

No comments written yet.

Please login to write comment.