Color Hex Logo

#7dfecc Color Hex

#7DFECC
(125,254,204)
0 Favorites   0 Comments

Color spaces of #7dfecc

RGB 125254204
HSL0.440.980.74
HSV157°51°100°
CMYK 0.510.000.20   0.00
XYZ54.798379.603269.6035
Yxy79.60320.26860.3902
Hunter Lab89.2206-46.503416.2007
CIE-Lab91.5065-47.243713.0686

#7dfecc color RGB value is (125,254,204).

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

The process color (four color CMYK) of #7dfecc color hex is 0.51, 0.00, 0.20, 0.00. Web safe color of #7dfecc is #66ffcc. Color #7dfecc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11111110 11001100
Octal 175 376 314
Decimal 125 254 204
Hex 7D FE CC

RGB Percentages of Color #7dfecc

%21.44
%43.57
%34.99

CMYK Percentages of Color #7dfecc

%51
%0
%20
%0

Triadic Colors of #7dfecc

#7dfecc #cc7dfe #fecc7d

Analogous Colors of #7dfecc

#7dfecc #7df0fe #7dfe8c

Monochromatic Colors of #7dfecc

#7dfecc

Complementary Color

#7dfecc #fe7daf

#7dfecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dfecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dfecc Color CSS Codes

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

#7dfecc Text Font Color

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

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


#7dfecc Background Color

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

This div background color is #7dfecc


#7dfecc Border Color

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

This div border color is #7dfecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dfecc


Comments

No comments written yet.

Please login to write comment.