Color Hex Logo

#9ddfca Color Hex

#9DDFCA
(157,223,202)
0 Favorites   0 Comments

Color spaces of #9ddfca

RGB 157223202
HSL0.450.510.75
HSV161°30°87°
CMYK 0.300.000.09   0.13
XYZ50.953064.207765.5849
Yxy64.20770.28190.3552
Hunter Lab80.1297-26.72217.5629
CIE-Lab84.0738-25.17703.6352

#9ddfca color RGB value is (157,223,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11011111 11001010
Octal 235 337 312
Decimal 157 223 202
Hex 9D DF CA

RGB Percentages of Color #9ddfca

%26.98
%38.32
%34.71

CMYK Percentages of Color #9ddfca

%30
%0
%9
%13

Triadic Colors of #9ddfca

#9ddfca #ca9ddf #dfca9d

Analogous Colors of #9ddfca

#9ddfca #9dd3df #9ddfa9

Monochromatic Colors of #9ddfca

#9ddfca

Complementary Color

#9ddfca #df9db2

#9ddfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ddfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ddfca Color CSS Codes

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

#9ddfca Text Font Color

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

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


#9ddfca Background Color

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

This div background color is #9ddfca


#9ddfca Border Color

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

This div border color is #9ddfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ddfca


Comments

No comments written yet.

Please login to write comment.