Color Hex Logo

#7ddaae Color Hex

#7DDAAE
(125,218,174)
0 Favorites   0 Comments

Color spaces of #7ddaae

RGB 125218174
HSL0.420.560.67
HSV152°43°85°
CMYK 0.430.000.20   0.15
XYZ41.168857.558848.9845
Yxy57.55880.27870.3897
Hunter Lab75.8675-35.906814.8262
CIE-Lab80.4929-37.608613.1185

#7ddaae color RGB value is (125,218,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011010 10101110
Octal 175 332 256
Decimal 125 218 174
Hex 7D DA AE

RGB Percentages of Color #7ddaae

%24.18
%42.17
%33.66

CMYK Percentages of Color #7ddaae

%43
%0
%20
%15

Triadic Colors of #7ddaae

#7ddaae #ae7dda #daae7d

Analogous Colors of #7ddaae

#7ddaae #7dd8da #7dda80

Monochromatic Colors of #7ddaae

#7ddaae

Complementary Color

#7ddaae #da7da9

#7ddaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddaae Color CSS Codes

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

#7ddaae Text Font Color

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

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


#7ddaae Background Color

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

This div background color is #7ddaae


#7ddaae Border Color

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

This div border color is #7ddaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddaae


Comments

No comments written yet.

Please login to write comment.