Color Hex Logo

#9ebfdc Color Hex

#9EBFDC
(158,191,220)
0 Favorites   0 Comments

Color spaces of #9ebfdc

RGB 158191220
HSL0.580.470.74
HSV208°28°86°
CMYK 0.280.130.00   0.14
XYZ45.649649.698074.8968
Yxy49.69800.26810.2919
Hunter Lab70.4968-7.7833-13.6428
CIE-Lab75.8835-4.4856-18.1288

#9ebfdc color RGB value is (158,191,220).

#9ebfdc hex color red value is 158, green value is 191 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9ebfdc hue: 0.58 , saturation: 0.47 and the lightness value of 9ebfdc is 0.74.

The process color (four color CMYK) of #9ebfdc color hex is 0.28, 0.13, 0.00, 0.14. Web safe color of #9ebfdc is #99cccc. Color #9ebfdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111111 11011100
Octal 236 277 334
Decimal 158 191 220
Hex 9E BF DC

RGB Percentages of Color #9ebfdc

%27.77
%33.57
%38.66

CMYK Percentages of Color #9ebfdc

%28
%13
%0
%14

Triadic Colors of #9ebfdc

#9ebfdc #dc9ebf #bfdc9e

Analogous Colors of #9ebfdc

#9ebfdc #9ea0dc #9edcda

Monochromatic Colors of #9ebfdc

#9ebfdc

Complementary Color

#9ebfdc #dcbb9e

#9ebfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebfdc Color CSS Codes

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

#9ebfdc Text Font Color

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

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


#9ebfdc Background Color

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

This div background color is #9ebfdc


#9ebfdc Border Color

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

This div border color is #9ebfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebfdc


Comments

No comments written yet.

Please login to write comment.