Color Hex Logo

#9ddeba Color Hex

#9DDEBA
(157,222,186)
0 Favorites   0 Comments

Color spaces of #9ddeba

RGB 157222186
HSL0.410.500.74
HSV147°29°87°
CMYK 0.290.000.16   0.13
XYZ48.888862.955856.0293
Yxy62.95580.29120.3750
Hunter Lab79.3447-28.869213.6736
CIE-Lab83.4191-27.915911.1437

#9ddeba color RGB value is (157,222,186).

#9ddeba hex color red value is 157, green value is 222 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9ddeba hue: 0.41 , saturation: 0.50 and the lightness value of 9ddeba is 0.74.

The process color (four color CMYK) of #9ddeba color hex is 0.29, 0.00, 0.16, 0.13. Web safe color of #9ddeba is #99cccc. Color #9ddeba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11011110 10111010
Octal 235 336 272
Decimal 157 222 186
Hex 9D DE BA

RGB Percentages of Color #9ddeba

%27.79
%39.29
%32.92

CMYK Percentages of Color #9ddeba

%29
%0
%16
%13

Triadic Colors of #9ddeba

#9ddeba #ba9dde #deba9d

Analogous Colors of #9ddeba

#9ddeba #9ddedb #a1de9d

Monochromatic Colors of #9ddeba

#9ddeba

Complementary Color

#9ddeba #de9dc1

#9ddeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ddeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ddeba Color CSS Codes

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

#9ddeba Text Font Color

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

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


#9ddeba Background Color

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

This div background color is #9ddeba


#9ddeba Border Color

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

This div border color is #9ddeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ddeba


Comments

No comments written yet.

Please login to write comment.