Color Hex Logo

#9ddabf Color Hex

#9DDABF
(157,218,191)
0 Favorites   0 Comments

Color spaces of #9ddabf

RGB 157218191
HSL0.430.450.74
HSV153°28°85°
CMYK 0.280.000.12   0.15
XYZ48.380061.072558.5285
Yxy61.07250.28800.3636
Hunter Lab78.1489-26.255710.2998
CIE-Lab82.4177-24.99417.0688

#9ddabf color RGB value is (157,218,191).

#9ddabf hex color red value is 157, green value is 218 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #9ddabf hue: 0.43 , saturation: 0.45 and the lightness value of 9ddabf is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11011010 10111111
Octal 235 332 277
Decimal 157 218 191
Hex 9D DA BF

RGB Percentages of Color #9ddabf

%27.74
%38.52
%33.75

CMYK Percentages of Color #9ddabf

%28
%0
%12
%15

Triadic Colors of #9ddabf

#9ddabf #bf9dda #dabf9d

Analogous Colors of #9ddabf

#9ddabf #9dd7da #9ddaa1

Monochromatic Colors of #9ddabf

#9ddabf

Complementary Color

#9ddabf #da9db8

#9ddabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ddabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ddabf Color CSS Codes

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

#9ddabf Text Font Color

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

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


#9ddabf Background Color

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

This div background color is #9ddabf


#9ddabf Border Color

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

This div border color is #9ddabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ddabf


Comments

No comments written yet.

Please login to write comment.