Color Hex Logo

#7ddcae Color Hex

#7DDCAE
(125,220,174)
0 Favorites   0 Comments

Color spaces of #7ddcae

RGB 125220174
HSL0.420.580.68
HSV151°43°86°
CMYK 0.430.000.21   0.14
XYZ41.690658.602449.1585
Yxy58.60240.27900.3921
Hunter Lab76.5522-36.754615.5131
CIE-Lab81.0726-38.515613.9367

#7ddcae color RGB value is (125,220,174).

#7ddcae hex color red value is 125, green value is 220 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7ddcae hue: 0.42 , saturation: 0.58 and the lightness value of 7ddcae is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011100 10101110
Octal 175 334 256
Decimal 125 220 174
Hex 7D DC AE

RGB Percentages of Color #7ddcae

%24.08
%42.39
%33.53

CMYK Percentages of Color #7ddcae

%43
%0
%21
%14

Triadic Colors of #7ddcae

#7ddcae #ae7ddc #dcae7d

Analogous Colors of #7ddcae

#7ddcae #7ddbdc #7ddc7f

Monochromatic Colors of #7ddcae

#7ddcae

Complementary Color

#7ddcae #dc7dab

#7ddcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddcae Color CSS Codes

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

#7ddcae Text Font Color

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

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


#7ddcae Background Color

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

This div background color is #7ddcae


#7ddcae Border Color

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

This div border color is #7ddcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddcae


Comments

No comments written yet.

Please login to write comment.