Color Hex Logo

#9ebcdf Color Hex

#9EBCDF
(158,188,223)
0 Favorites   0 Comments

Color spaces of #9ebcdf

RGB 158188223
HSL0.590.500.75
HSV212°29°87°
CMYK 0.290.160.00   0.13
XYZ45.403148.563376.7927
Yxy48.56330.26590.2844
Hunter Lab69.6874-5.6556-16.5540
CIE-Lab75.1788-2.1542-20.8210

#9ebcdf color RGB value is (158,188,223).

#9ebcdf hex color red value is 158, green value is 188 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #9ebcdf hue: 0.59 , saturation: 0.50 and the lightness value of 9ebcdf is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111100 11011111
Octal 236 274 337
Decimal 158 188 223
Hex 9E BC DF

RGB Percentages of Color #9ebcdf

%27.77
%33.04
%39.19

CMYK Percentages of Color #9ebcdf

%29
%16
%0
%13

Triadic Colors of #9ebcdf

#9ebcdf #df9ebc #bcdf9e

Analogous Colors of #9ebcdf

#9ebcdf #a19edf #9edddf

Monochromatic Colors of #9ebcdf

#9ebcdf

Complementary Color

#9ebcdf #dfc19e

#9ebcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebcdf Color CSS Codes

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

#9ebcdf Text Font Color

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

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


#9ebcdf Background Color

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

This div background color is #9ebcdf


#9ebcdf Border Color

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

This div border color is #9ebcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebcdf


Comments

No comments written yet.

Please login to write comment.