Color Hex Logo

#9ebece Color Hex

#9EBECE
(158,190,206)
0 Favorites   0 Comments

Color spaces of #9ebece

RGB 158190206
HSL0.560.330.71
HSV200°23°81°
CMYK 0.230.080.00   0.19
XYZ43.654648.552265.4632
Yxy48.55220.27690.3079
Hunter Lab69.6794-10.1076-6.9269
CIE-Lab75.1719-7.2075-11.6084

#9ebece color RGB value is (158,190,206).

#9ebece hex color red value is 158, green value is 190 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9ebece hue: 0.56 , saturation: 0.33 and the lightness value of 9ebece is 0.71.

The process color (four color CMYK) of #9ebece color hex is 0.23, 0.08, 0.00, 0.19. Web safe color of #9ebece is #99cccc. Color #9ebece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111110 11001110
Octal 236 276 316
Decimal 158 190 206
Hex 9E BE CE

RGB Percentages of Color #9ebece

%28.52
%34.30
%37.18

CMYK Percentages of Color #9ebece

%23
%8
%0
%19

Triadic Colors of #9ebece

#9ebece #ce9ebe #bece9e

Analogous Colors of #9ebece

#9ebece #9ea6ce #9ecec6

Monochromatic Colors of #9ebece

#9ebece

Complementary Color

#9ebece #ceae9e

#9ebece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebece Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebece Color CSS Codes

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

#9ebece Text Font Color

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

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


#9ebece Background Color

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

This div background color is #9ebece


#9ebece Border Color

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

This div border color is #9ebece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebece


Comments

No comments written yet.

Please login to write comment.