Color Hex Logo

#9ebcc1 Color Hex

#9EBCC1
(158,188,193)
0 Favorites   0 Comments

Color spaces of #9ebcc1

RGB 158188193
HSL0.520.220.69
HSV189°18°76°
CMYK 0.180.030.00   0.24
XYZ41.709447.085857.3422
Yxy47.08580.28540.3222
Hunter Lab68.6191-11.5841-1.5129
CIE-Lab74.2446-9.0278-5.9166

#9ebcc1 color RGB value is (158,188,193).

#9ebcc1 hex color red value is 158, green value is 188 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #9ebcc1 hue: 0.52 , saturation: 0.22 and the lightness value of 9ebcc1 is 0.69.

The process color (four color CMYK) of #9ebcc1 color hex is 0.18, 0.03, 0.00, 0.24. Web safe color of #9ebcc1 is #99cccc. Color #9ebcc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111100 11000001
Octal 236 274 301
Decimal 158 188 193
Hex 9E BC C1

RGB Percentages of Color #9ebcc1

%29.31
%34.88
%35.81

CMYK Percentages of Color #9ebcc1

%18
%3
%0
%24

Triadic Colors of #9ebcc1

#9ebcc1 #c19ebc #bcc19e

Analogous Colors of #9ebcc1

#9ebcc1 #9eabc1 #9ec1b5

Monochromatic Colors of #9ebcc1

#9ebcc1

Complementary Color

#9ebcc1 #c1a39e

#9ebcc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebcc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebcc1 Color CSS Codes

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

#9ebcc1 Text Font Color

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

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


#9ebcc1 Background Color

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

This div background color is #9ebcc1


#9ebcc1 Border Color

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

This div border color is #9ebcc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebcc1


Comments

No comments written yet.

Please login to write comment.