Color Hex Logo

#9ebfca Color Hex

#9EBFCA
(158,191,202)
0 Favorites   0 Comments

Color spaces of #9ebfca

RGB 158191202
HSL0.540.290.71
HSV195°22°79°
CMYK 0.220.050.00   0.21
XYZ43.392048.795063.0085
Yxy48.79500.27960.3144
Hunter Lab69.8534-11.3617-4.5828
CIE-Lab75.3236-8.6365-9.2100

#9ebfca color RGB value is (158,191,202).

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

The process color (four color CMYK) of #9ebfca color hex is 0.22, 0.05, 0.00, 0.21. Web safe color of #9ebfca is #99cccc. Color #9ebfca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111111 11001010
Octal 236 277 312
Decimal 158 191 202
Hex 9E BF CA

RGB Percentages of Color #9ebfca

%28.68
%34.66
%36.66

CMYK Percentages of Color #9ebfca

%22
%5
%0
%21

Triadic Colors of #9ebfca

#9ebfca #ca9ebf #bfca9e

Analogous Colors of #9ebfca

#9ebfca #9ea9ca #9ecabf

Monochromatic Colors of #9ebfca

#9ebfca

Complementary Color

#9ebfca #caa99e

#9ebfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebfca Color CSS Codes

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

#9ebfca Text Font Color

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

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


#9ebfca Background Color

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

This div background color is #9ebfca


#9ebfca Border Color

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

This div border color is #9ebfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebfca


Comments

No comments written yet.

Please login to write comment.