Color Hex Logo

#9edbcf Color Hex

#9EDBCF
(158,219,207)
0 Favorites   0 Comments

Color spaces of #9edbcf

RGB 158219207
HSL0.470.460.74
HSV168°28°86°
CMYK 0.280.000.05   0.14
XYZ50.694662.437168.4112
Yxy62.43710.27920.3439
Hunter Lab79.0172-23.76073.9801
CIE-Lab83.1453-21.8628-0.3578

#9edbcf color RGB value is (158,219,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011011 11001111
Octal 236 333 317
Decimal 158 219 207
Hex 9E DB CF

RGB Percentages of Color #9edbcf

%27.05
%37.50
%35.45

CMYK Percentages of Color #9edbcf

%28
%0
%5
%14

Triadic Colors of #9edbcf

#9edbcf #cf9edb #dbcf9e

Analogous Colors of #9edbcf

#9edbcf #9ec9db #9edbb1

Monochromatic Colors of #9edbcf

#9edbcf

Complementary Color

#9edbcf #db9eaa

#9edbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edbcf Color CSS Codes

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

#9edbcf Text Font Color

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

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


#9edbcf Background Color

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

This div background color is #9edbcf


#9edbcf Border Color

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

This div border color is #9edbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edbcf


Comments

No comments written yet.

Please login to write comment.