Color Hex Logo

#7dfeae Color Hex

#7DFEAE
(125,254,174)
0 Favorites   0 Comments

Color spaces of #7dfeae

RGB 125254174
HSL0.400.980.74
HSV143°51°100°
CMYK 0.510.000.31   0.00
XYZ51.539278.299652.4413
Yxy78.29960.28270.4296
Hunter Lab88.4871-50.885226.8031
CIE-Lab90.9164-53.119527.5670

#7dfeae color RGB value is (125,254,174).

#7dfeae hex color red value is 125, green value is 254 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7dfeae hue: 0.40 , saturation: 0.98 and the lightness value of 7dfeae is 0.74.

The process color (four color CMYK) of #7dfeae color hex is 0.51, 0.00, 0.31, 0.00. Web safe color of #7dfeae is #66ff99. Color #7dfeae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11111110 10101110
Octal 175 376 256
Decimal 125 254 174
Hex 7D FE AE

RGB Percentages of Color #7dfeae

%22.60
%45.93
%31.46

CMYK Percentages of Color #7dfeae

%51
%0
%31
%0

Triadic Colors of #7dfeae

#7dfeae #ae7dfe #feae7d

Analogous Colors of #7dfeae

#7dfeae #7dfeef #8dfe7d

Monochromatic Colors of #7dfeae

#7dfeae

Complementary Color

#7dfeae #fe7dcd

#7dfeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dfeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dfeae Color CSS Codes

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

#7dfeae Text Font Color

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

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


#7dfeae Background Color

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

This div background color is #7dfeae


#7dfeae Border Color

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

This div border color is #7dfeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dfeae

Related Colors


Comments

No comments written yet.

Please login to write comment.