Color Hex Logo

#7ddeab Color Hex

#7DDEAB
(125,222,171)
0 Favorites   0 Comments

Color spaces of #7ddeab

RGB 125222171
HSL0.410.600.68
HSV148°44°87°
CMYK 0.440.000.23   0.13
XYZ41.929459.542847.8111
Yxy59.54280.28090.3989
Hunter Lab77.1640-38.043617.2785
CIE-Lab81.5890-40.017916.2421

#7ddeab color RGB value is (125,222,171).

#7ddeab hex color red value is 125, green value is 222 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7ddeab hue: 0.41 , saturation: 0.60 and the lightness value of 7ddeab is 0.68.

The process color (four color CMYK) of #7ddeab color hex is 0.44, 0.00, 0.23, 0.13. Web safe color of #7ddeab is #66cc99. Color #7ddeab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011110 10101011
Octal 175 336 253
Decimal 125 222 171
Hex 7D DE AB

RGB Percentages of Color #7ddeab

%24.13
%42.86
%33.01

CMYK Percentages of Color #7ddeab

%44
%0
%23
%13

Triadic Colors of #7ddeab

#7ddeab #ab7dde #deab7d

Analogous Colors of #7ddeab

#7ddeab #7ddedc #80de7d

Monochromatic Colors of #7ddeab

#7ddeab

Complementary Color

#7ddeab #de7db0

#7ddeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddeab Color CSS Codes

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

#7ddeab Text Font Color

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

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


#7ddeab Background Color

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

This div background color is #7ddeab


#7ddeab Border Color

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

This div border color is #7ddeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddeab


Comments

No comments written yet.

Please login to write comment.