Color Hex Logo

#9ddfb5 Color Hex

#9DDFB5
(157,223,181)
0 Favorites   0 Comments

Color spaces of #9ddfb5

RGB 157223181
HSL0.390.510.75
HSV142°30°87°
CMYK 0.300.000.19   0.13
XYZ48.632863.279653.3670
Yxy63.27960.29420.3829
Hunter Lab79.5485-30.082015.9078
CIE-Lab83.5893-29.349814.0168

#9ddfb5 color RGB value is (157,223,181).

#9ddfb5 hex color red value is 157, green value is 223 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #9ddfb5 hue: 0.39 , saturation: 0.51 and the lightness value of 9ddfb5 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11011111 10110101
Octal 235 337 265
Decimal 157 223 181
Hex 9D DF B5

RGB Percentages of Color #9ddfb5

%27.99
%39.75
%32.26

CMYK Percentages of Color #9ddfb5

%30
%0
%19
%13

Triadic Colors of #9ddfb5

#9ddfb5 #b59ddf #dfb59d

Analogous Colors of #9ddfb5

#9ddfb5 #9ddfd6 #a6df9d

Monochromatic Colors of #9ddfb5

#9ddfb5

Complementary Color

#9ddfb5 #df9dc7

#9ddfb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ddfb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ddfb5 Color CSS Codes

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

#9ddfb5 Text Font Color

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

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


#9ddfb5 Background Color

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

This div background color is #9ddfb5


#9ddfb5 Border Color

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

This div border color is #9ddfb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ddfb5


Comments

No comments written yet.

Please login to write comment.