color codes Logo

#7ddaac color codes

#7DDAAC
(125,218,172)
0 Favorites   0 Comments

Color spaces of #7ddaac

RGB 125218172
HSL0.420.560.67
HSV150°43°85°
CMYK 0.430.000.21   0.15
XYZ40.975257.481347.9651
Yxy57.48130.27980.3926
Hunter Lab75.8164-36.207915.5618
CIE-Lab80.4495-38.015814.1144

#7ddaac color RGB value is (125,218,172).

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

The process color (four color CMYK) of #7ddaac color code is 0.43, 0.00, 0.21, 0.15. Web safe color of #7ddaac is #66cc99. Color #7ddaac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011010 10101100
Octal 175 332 254
Decimal 125 218 172
Hex 7D DA AC

RGB Percentages of Color #7ddaac

%24.27
%42.33
%33.40

CMYK Percentages of Color #7ddaac

%43
%0
%21
%15

Triadic Colors of #7ddaac

#7ddaac #ac7dda #daac7d

Analogous Colors of #7ddaac

#7ddaac #7ddada #7dda7e

Monochromatic Colors of #7ddaac

#7ddaac

Complementary Color

#7ddaac #da7dab

#7ddaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddaac Color CSS Codes

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

#7ddaac Text Font Color

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

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


#7ddaac Background Color

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

This div background color is #7ddaac


#7ddaac Border Color

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

This div border color is #7ddaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddaac


Comments

No comments written yet.

Please login to write comment.