Color Hex Logo

#7deaaa Color Hex

#7DEAAA
(125,234,170)
0 Favorites   0 Comments

Color spaces of #7deaaa

RGB 125234170
HSL0.400.720.70
HSV145°47°92°
CMYK 0.470.000.27   0.08
XYZ45.136066.107948.4114
Yxy66.10790.28270.4141
Hunter Lab81.3068-43.195721.6125
CIE-Lab85.0514-45.476421.5781

#7deaaa color RGB value is (125,234,170).

#7deaaa hex color red value is 125, green value is 234 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7deaaa hue: 0.40 , saturation: 0.72 and the lightness value of 7deaaa is 0.70.

The process color (four color CMYK) of #7deaaa color hex is 0.47, 0.00, 0.27, 0.08. Web safe color of #7deaaa is #66ff99. Color #7deaaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101010 10101010
Octal 175 352 252
Decimal 125 234 170
Hex 7D EA AA

RGB Percentages of Color #7deaaa

%23.63
%44.23
%32.14

CMYK Percentages of Color #7deaaa

%47
%0
%27
%8

Triadic Colors of #7deaaa

#7deaaa #aa7dea #eaaa7d

Analogous Colors of #7deaaa

#7deaaa #7deae1 #87ea7d

Monochromatic Colors of #7deaaa

#7deaaa

Complementary Color

#7deaaa #ea7dbd

#7deaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7deaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7deaaa Color CSS Codes

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

#7deaaa Text Font Color

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

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


#7deaaa Background Color

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

This div background color is #7deaaa


#7deaaa Border Color

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

This div border color is #7deaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7deaaa


Comments

No comments written yet.

Please login to write comment.