Color Hex Logo

#9ddfb4 Color Hex

#9DDFB4
(157,223,180)
0 Favorites   0 Comments

Color spaces of #9ddfb4

RGB 157223180
HSL0.390.510.75
HSV141°30°87°
CMYK 0.300.000.19   0.13
XYZ48.530563.238752.8285
Yxy63.23870.29480.3842
Hunter Lab79.5228-30.231316.2784
CIE-Lab83.5678-29.537914.5120

#9ddfb4 color RGB value is (157,223,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11011111 10110100
Octal 235 337 264
Decimal 157 223 180
Hex 9D DF B4

RGB Percentages of Color #9ddfb4

%28.04
%39.82
%32.14

CMYK Percentages of Color #9ddfb4

%30
%0
%19
%13

Triadic Colors of #9ddfb4

#9ddfb4 #b49ddf #dfb49d

Analogous Colors of #9ddfb4

#9ddfb4 #9ddfd5 #a7df9d

Monochromatic Colors of #9ddfb4

#9ddfb4

Complementary Color

#9ddfb4 #df9dc8

#9ddfb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ddfb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ddfb4 Color CSS Codes

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

#9ddfb4 Text Font Color

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

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


#9ddfb4 Background Color

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

This div background color is #9ddfb4


#9ddfb4 Border Color

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

This div border color is #9ddfb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ddfb4


Comments

No comments written yet.

Please login to write comment.