Color Hex Logo

#7dd8ac Color Hex

#7DD8AC
(125,216,172)
0 Favorites   0 Comments

Color spaces of #7dd8ac

RGB 125216172
HSL0.420.540.67
HSV151°42°85°
CMYK 0.420.000.20   0.15
XYZ40.459756.450347.7933
Yxy56.45030.27960.3901
Hunter Lab75.1334-35.360414.8783
CIE-Lab79.8694-37.105913.2960

#7dd8ac color RGB value is (125,216,172).

#7dd8ac hex color red value is 125, green value is 216 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7dd8ac hue: 0.42 , saturation: 0.54 and the lightness value of 7dd8ac is 0.67.

The process color (four color CMYK) of #7dd8ac color hex is 0.42, 0.00, 0.20, 0.15. Web safe color of #7dd8ac is #66cc99. Color #7dd8ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011000 10101100
Octal 175 330 254
Decimal 125 216 172
Hex 7D D8 AC

RGB Percentages of Color #7dd8ac

%24.37
%42.11
%33.53

CMYK Percentages of Color #7dd8ac

%42
%0
%20
%15

Triadic Colors of #7dd8ac

#7dd8ac #ac7dd8 #d8ac7d

Analogous Colors of #7dd8ac

#7dd8ac #7dd7d8 #7dd87f

Monochromatic Colors of #7dd8ac

#7dd8ac

Complementary Color

#7dd8ac #d87da9

#7dd8ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dd8ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dd8ac Color CSS Codes

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

#7dd8ac Text Font Color

<p style="color:#7dd8ac">Text here</p>

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


#7dd8ac Background Color

<div style="background-color:#7dd8ac">
Div content here</div>

This div background color is #7dd8ac


#7dd8ac Border Color

<div style="border:3px solid #7dd8ac">
Div here</div>

This div border color is #7dd8ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,216,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7dd8ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7dd8ac;
  -webkit-box-shadow: 1px 1px 3px 2px #7dd8ac;
  box-shadow:         1px 1px 3px 2px #7dd8ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,216,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dd8ac


Comments

No comments written yet.

Please login to write comment.