Color Hex Logo

#75ddaa Color Hex

#75DDAA
(117,221,170)
0 Favorites   0 Comments

Color spaces of #75ddaa

RGB 117221170
HSL0.420.600.66
HSV151°47°87°
CMYK 0.470.000.23   0.13
XYZ40.448358.397147.1701
Yxy58.39710.27700.3999
Hunter Lab76.4180-39.250816.8950
CIE-Lab80.9591-41.838015.8383

#75ddaa color RGB value is (117,221,170).

#75ddaa hex color red value is 117, green value is 221 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #75ddaa hue: 0.42 , saturation: 0.60 and the lightness value of 75ddaa is 0.66.

The process color (four color CMYK) of #75ddaa color hex is 0.47, 0.00, 0.23, 0.13. Web safe color of #75ddaa is #66cc99. Color #75ddaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 11011101 10101010
Octal 165 335 252
Decimal 117 221 170
Hex 75 DD AA

RGB Percentages of Color #75ddaa

%23.03
%43.50
%33.46

CMYK Percentages of Color #75ddaa

%47
%0
%23
%13

Triadic Colors of #75ddaa

#75ddaa #aa75dd #ddaa75

Analogous Colors of #75ddaa

#75ddaa #75dcdd #75dd76

Monochromatic Colors of #75ddaa

#75ddaa

Complementary Color

#75ddaa #dd75a8

#75ddaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75ddaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#75ddaa Color CSS Codes

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

#75ddaa Text Font Color

<p style="color:#75ddaa">Text here</p>

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


#75ddaa Background Color

<div style="background-color:#75ddaa">
Div content here</div>

This div background color is #75ddaa


#75ddaa Border Color

<div style="border:3px solid #75ddaa">
Div here</div>

This div border color is #75ddaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,221,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75ddaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75ddaa;
  -webkit-box-shadow: 1px 1px 3px 2px #75ddaa;
  box-shadow:         1px 1px 3px 2px #75ddaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,221,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75ddaa


Comments

No comments written yet.

Please login to write comment.