Color Hex Logo

#7defa8 Color Hex

#7DEFA8
(125,239,168)
0 Favorites   0 Comments

Color spaces of #7defa8

RGB 125239168
HSL0.400.780.71
HSV143°48°94°
CMYK 0.480.000.30   0.06
XYZ46.391868.920147.9036
Yxy68.92010.28420.4223
Hunter Lab83.0181-45.533223.9008
CIE-Lab86.4645-47.982424.5500

#7defa8 color RGB value is (125,239,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101111 10101000
Octal 175 357 250
Decimal 125 239 168
Hex 7D EF A8

RGB Percentages of Color #7defa8

%23.50
%44.92
%31.58

CMYK Percentages of Color #7defa8

%48
%0
%30
%6

Triadic Colors of #7defa8

#7defa8 #a87def #efa87d

Analogous Colors of #7defa8

#7defa8 #7defe1 #8bef7d

Monochromatic Colors of #7defa8

#7defa8

Complementary Color

#7defa8 #ef7dc4

#7defa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7defa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7defa8 Color CSS Codes

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

#7defa8 Text Font Color

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

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


#7defa8 Background Color

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

This div background color is #7defa8


#7defa8 Border Color

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

This div border color is #7defa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7defa8


Comments

No comments written yet.

Please login to write comment.