Color Hex Logo

#7dedad Color Hex

#7DEDAD
(125,237,173)
0 Favorites   0 Comments

Color spaces of #7dedad

RGB 125237173
HSL0.400.760.71
HSV146°47°93°
CMYK 0.470.000.27   0.07
XYZ46.284567.945550.2105
Yxy67.94550.28150.4132
Hunter Lab82.4291-44.021821.5847
CIE-Lab85.9792-46.194421.3097

#7dedad color RGB value is (125,237,173).

#7dedad hex color red value is 125, green value is 237 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7dedad hue: 0.40 , saturation: 0.76 and the lightness value of 7dedad is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101101 10101101
Octal 175 355 255
Decimal 125 237 173
Hex 7D ED AD

RGB Percentages of Color #7dedad

%23.36
%44.30
%32.34

CMYK Percentages of Color #7dedad

%47
%0
%27
%7

Triadic Colors of #7dedad

#7dedad #ad7ded #edad7d

Analogous Colors of #7dedad

#7dedad #7dede5 #85ed7d

Monochromatic Colors of #7dedad

#7dedad

Complementary Color

#7dedad #ed7dbd

#7dedad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dedad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dedad Color CSS Codes

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

#7dedad Text Font Color

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

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


#7dedad Background Color

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

This div background color is #7dedad


#7dedad Border Color

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

This div border color is #7dedad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dedad


Comments

No comments written yet.

Please login to write comment.