Color Hex Logo

#9ddaca Color Hex

#9DDACA
(157,218,202)
0 Favorites   0 Comments

Color spaces of #9ddaca

RGB 157218202
HSL0.460.450.74
HSV164°28°85°
CMYK 0.280.000.07   0.15
XYZ49.636761.575265.1462
Yxy61.57520.28150.3491
Hunter Lab78.4699-24.41085.7060
CIE-Lab82.6870-22.72761.6216

#9ddaca color RGB value is (157,218,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11011010 11001010
Octal 235 332 312
Decimal 157 218 202
Hex 9D DA CA

RGB Percentages of Color #9ddaca

%27.21
%37.78
%35.01

CMYK Percentages of Color #9ddaca

%28
%0
%7
%15

Triadic Colors of #9ddaca

#9ddaca #ca9dda #daca9d

Analogous Colors of #9ddaca

#9ddaca #9dccda #9ddaac

Monochromatic Colors of #9ddaca

#9ddaca

Complementary Color

#9ddaca #da9dad

#9ddaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ddaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ddaca Color CSS Codes

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

#9ddaca Text Font Color

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

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


#9ddaca Background Color

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

This div background color is #9ddaca


#9ddaca Border Color

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

This div border color is #9ddaca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,218,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 #9ddaca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ddaca


Comments

No comments written yet.

Please login to write comment.