Color Hex Logo

#7defaf Color Hex

#7DEFAF
(125,239,175)
0 Favorites   0 Comments

Color spaces of #7defaf

RGB 125239175
HSL0.410.780.71
HSV146°48°94°
CMYK 0.480.000.27   0.06
XYZ47.061869.188151.4317
Yxy69.18810.28070.4126
Hunter Lab83.1794-44.571021.5652
CIE-Lab86.5971-46.668021.1324

#7defaf color RGB value is (125,239,175).

#7defaf hex color red value is 125, green value is 239 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7defaf hue: 0.41 , saturation: 0.78 and the lightness value of 7defaf is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101111 10101111
Octal 175 357 257
Decimal 125 239 175
Hex 7D EF AF

RGB Percentages of Color #7defaf

%23.19
%44.34
%32.47

CMYK Percentages of Color #7defaf

%48
%0
%27
%6

Triadic Colors of #7defaf

#7defaf #af7def #efaf7d

Analogous Colors of #7defaf

#7defaf #7defe8 #84ef7d

Monochromatic Colors of #7defaf

#7defaf

Complementary Color

#7defaf #ef7dbd

#7defaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7defaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7defaf Color CSS Codes

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

#7defaf Text Font Color

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

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


#7defaf Background Color

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

This div background color is #7defaf


#7defaf Border Color

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

This div border color is #7defaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7defaf


Comments

No comments written yet.

Please login to write comment.