Color Hex Logo

#9ebccf Color Hex

#9EBCCF
(158,188,207)
0 Favorites   0 Comments

Color spaces of #9ebccf

RGB 158188207
HSL0.560.340.72
HSV203°24°81°
CMYK 0.240.090.00   0.19
XYZ43.346347.740565.9617
Yxy47.74050.27600.3040
Hunter Lab69.0945-8.9337-8.2356
CIE-Lab74.6610-5.9155-12.9167

#9ebccf color RGB value is (158,188,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111100 11001111
Octal 236 274 317
Decimal 158 188 207
Hex 9E BC CF

RGB Percentages of Color #9ebccf

%28.57
%34.00
%37.43

CMYK Percentages of Color #9ebccf

%24
%9
%0
%19

Triadic Colors of #9ebccf

#9ebccf #cf9ebc #bccf9e

Analogous Colors of #9ebccf

#9ebccf #9ea4cf #9ecfca

Monochromatic Colors of #9ebccf

#9ebccf

Complementary Color

#9ebccf #cfb19e

#9ebccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebccf Color CSS Codes

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

#9ebccf Text Font Color

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

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


#9ebccf Background Color

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

This div background color is #9ebccf


#9ebccf Border Color

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

This div border color is #9ebccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebccf

#9ebccf Color Palettes


Comments

No comments written yet.

Please login to write comment.