Color Hex Logo

#9ebddf Color Hex

#9EBDDF
(158,189,223)
0 Favorites   0 Comments

Color spaces of #9ebddf

RGB 158189223
HSL0.590.500.75
HSV211°29°87°
CMYK 0.290.150.00   0.13
XYZ45.617448.992076.8641
Yxy48.99200.26600.2857
Hunter Lab69.9943-6.1561-16.1132
CIE-Lab75.4464-2.6933-20.4150

#9ebddf color RGB value is (158,189,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111101 11011111
Octal 236 275 337
Decimal 158 189 223
Hex 9E BD DF

RGB Percentages of Color #9ebddf

%27.72
%33.16
%39.12

CMYK Percentages of Color #9ebddf

%29
%15
%0
%13

Triadic Colors of #9ebddf

#9ebddf #df9ebd #bddf9e

Analogous Colors of #9ebddf

#9ebddf #a09edf #9ededf

Monochromatic Colors of #9ebddf

#9ebddf

Complementary Color

#9ebddf #dfc09e

#9ebddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebddf Color CSS Codes

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

#9ebddf Text Font Color

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

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


#9ebddf Background Color

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

This div background color is #9ebddf


#9ebddf Border Color

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

This div border color is #9ebddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebddf


Comments

No comments written yet.

Please login to write comment.