Color Hex Logo

#9ecab4 Color Hex

#9ECAB4
(158,202,180)
0 Favorites   0 Comments

Color spaces of #9ecab4

RGB 158202180
HSL0.420.290.71
HSV150°22°79°
CMYK 0.220.000.11   0.21
XYZ43.459352.805451.0819
Yxy52.80540.29490.3584
Hunter Lab72.6673-20.41449.1889
CIE-Lab77.7600-18.93916.2499

#9ecab4 color RGB value is (158,202,180).

#9ecab4 hex color red value is 158, green value is 202 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #9ecab4 hue: 0.42 , saturation: 0.29 and the lightness value of 9ecab4 is 0.71.

The process color (four color CMYK) of #9ecab4 color hex is 0.22, 0.00, 0.11, 0.21. Web safe color of #9ecab4 is #99cccc. Color #9ecab4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001010 10110100
Octal 236 312 264
Decimal 158 202 180
Hex 9E CA B4

RGB Percentages of Color #9ecab4

%29.26
%37.41
%33.33

CMYK Percentages of Color #9ecab4

%22
%0
%11
%21

Triadic Colors of #9ecab4

#9ecab4 #b49eca #cab49e

Analogous Colors of #9ecab4

#9ecab4 #9ecaca #9eca9e

Monochromatic Colors of #9ecab4

#9ecab4

Complementary Color

#9ecab4 #ca9eb4

#9ecab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ecab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ecab4 Color CSS Codes

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

#9ecab4 Text Font Color

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

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


#9ecab4 Background Color

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

This div background color is #9ecab4


#9ecab4 Border Color

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

This div border color is #9ecab4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ecab4


Comments

No comments written yet.

Please login to write comment.