Color Hex Logo

#9dceab Color Hex

#9DCEAB
(157,206,171)
0 Favorites   0 Comments

Color spaces of #9dceab

RGB 157206171
HSL0.380.330.71
HSV137°24°81°
CMYK 0.240.000.17   0.19
XYZ43.326654.251046.7160
Yxy54.25100.30030.3760
Hunter Lab73.6553-23.896813.9539
CIE-Lab78.6079-22.986312.2717

#9dceab color RGB value is (157,206,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11001110 10101011
Octal 235 316 253
Decimal 157 206 171
Hex 9D CE AB

RGB Percentages of Color #9dceab

%29.40
%38.58
%32.02

CMYK Percentages of Color #9dceab

%24
%0
%17
%19

Triadic Colors of #9dceab

#9dceab #ab9dce #ceab9d

Analogous Colors of #9dceab

#9dceab #9dcec4 #a8ce9d

Monochromatic Colors of #9dceab

#9dceab

Complementary Color

#9dceab #ce9dc0

#9dceab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dceab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dceab Color CSS Codes

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

#9dceab Text Font Color

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

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


#9dceab Background Color

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

This div background color is #9dceab


#9dceab Border Color

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

This div border color is #9dceab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dceab


Comments

No comments written yet.

Please login to write comment.