Color Hex Logo

#7deca7 Color Hex

#7DECA7
(125,236,167)
0 Favorites   0 Comments

Color spaces of #7deca7

RGB 125236167
HSL0.400.740.71
HSV143°47°93°
CMYK 0.470.000.29   0.07
XYZ45.428067.140947.1244
Yxy67.14090.28450.4204
Hunter Lab81.9396-44.432323.2593
CIE-Lab85.5750-46.894023.8458

#7deca7 color RGB value is (125,236,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101100 10100111
Octal 175 354 247
Decimal 125 236 167
Hex 7D EC A7

RGB Percentages of Color #7deca7

%23.67
%44.70
%31.63

CMYK Percentages of Color #7deca7

%47
%0
%29
%7

Triadic Colors of #7deca7

#7deca7 #a77dec #eca77d

Analogous Colors of #7deca7

#7deca7 #7decdf #8bec7d

Monochromatic Colors of #7deca7

#7deca7

Complementary Color

#7deca7 #ec7dc2

#7deca7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7deca7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7deca7 Color CSS Codes

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

#7deca7 Text Font Color

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

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


#7deca7 Background Color

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

This div background color is #7deca7


#7deca7 Border Color

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

This div border color is #7deca7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7deca7


Comments

No comments written yet.

Please login to write comment.