Color Hex Logo

#7defaa Color Hex

#7DEFAA
(125,239,170)
0 Favorites   0 Comments

Color spaces of #7defaa

RGB 125239170
HSL0.400.780.71
HSV144°48°94°
CMYK 0.480.000.29   0.06
XYZ46.579668.995348.8926
Yxy68.99530.28320.4195
Hunter Lab83.0634-45.263223.2452
CIE-Lab86.5017-47.612523.5745

#7defaa color RGB value is (125,239,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101111 10101010
Octal 175 357 252
Decimal 125 239 170
Hex 7D EF AA

RGB Percentages of Color #7defaa

%23.41
%44.76
%31.84

CMYK Percentages of Color #7defaa

%48
%0
%29
%6

Triadic Colors of #7defaa

#7defaa #aa7def #efaa7d

Analogous Colors of #7defaa

#7defaa #7defe3 #89ef7d

Monochromatic Colors of #7defaa

#7defaa

Complementary Color

#7defaa #ef7dc2

#7defaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7defaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7defaa Color CSS Codes

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

#7defaa Text Font Color

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

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


#7defaa Background Color

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

This div background color is #7defaa


#7defaa Border Color

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

This div border color is #7defaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7defaa


Comments

No comments written yet.

Please login to write comment.