Color Hex Logo

#9dceac Color Hex

#9DCEAC
(157,206,172)
0 Favorites   0 Comments

Color spaces of #9dceac

RGB 157206172
HSL0.380.330.71
HSV138°24°81°
CMYK 0.240.000.17   0.19
XYZ43.422354.289347.2200
Yxy54.28930.29960.3746
Hunter Lab73.6813-23.747513.5798
CIE-Lab78.6301-22.799111.7695

#9dceac color RGB value is (157,206,172).

#9dceac hex color red value is 157, green value is 206 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #9dceac hue: 0.38 , saturation: 0.33 and the lightness value of 9dceac is 0.71.

The process color (four color CMYK) of #9dceac color hex is 0.24, 0.00, 0.17, 0.19. Web safe color of #9dceac is #99cc99. Color #9dceac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11001110 10101100
Octal 235 316 254
Decimal 157 206 172
Hex 9D CE AC

RGB Percentages of Color #9dceac

%29.35
%38.50
%32.15

CMYK Percentages of Color #9dceac

%24
%0
%17
%19

Triadic Colors of #9dceac

#9dceac #ac9dce #ceac9d

Analogous Colors of #9dceac

#9dceac #9dcec5 #a7ce9d

Monochromatic Colors of #9dceac

#9dceac

Complementary Color

#9dceac #ce9dbf

#9dceac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dceac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dceac Color CSS Codes

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

#9dceac Text Font Color

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

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


#9dceac Background Color

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

This div background color is #9dceac


#9dceac Border Color

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

This div border color is #9dceac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,206,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9dceac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9dceac;
  -webkit-box-shadow: 1px 1px 3px 2px #9dceac;
  box-shadow:         1px 1px 3px 2px #9dceac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,206,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dceac


Comments

No comments written yet.

Please login to write comment.