Color Hex Logo

#9edbb4 Color Hex

#9EDBB4
(158,219,180)
0 Favorites   0 Comments

Color spaces of #9edbb4

RGB 158219180
HSL0.390.460.74
HSV142°28°86°
CMYK 0.280.000.18   0.14
XYZ47.670361.227452.4856
Yxy61.22740.29540.3794
Hunter Lab78.2479-28.187915.0042
CIE-Lab82.5008-27.314113.0132

#9edbb4 color RGB value is (158,219,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011011 10110100
Octal 236 333 264
Decimal 158 219 180
Hex 9E DB B4

RGB Percentages of Color #9edbb4

%28.37
%39.32
%32.32

CMYK Percentages of Color #9edbb4

%28
%0
%18
%14

Triadic Colors of #9edbb4

#9edbb4 #b49edb #dbb49e

Analogous Colors of #9edbb4

#9edbb4 #9edbd3 #a7db9e

Monochromatic Colors of #9edbb4

#9edbb4

Complementary Color

#9edbb4 #db9ec5

#9edbb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edbb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edbb4 Color CSS Codes

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

#9edbb4 Text Font Color

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

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


#9edbb4 Background Color

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

This div background color is #9edbb4


#9edbb4 Border Color

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

This div border color is #9edbb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edbb4


Comments

No comments written yet.

Please login to write comment.