Color Hex Logo

#7df6bc Color Hex

#7DF6BC
(125,246,188)
0 Favorites   0 Comments

Color spaces of #7df6bc

RGB 125246188
HSL0.420.870.73
HSV151°49°96°
CMYK 0.490.000.24   0.04
XYZ50.490373.902359.1804
Yxy73.90230.27500.4026
Hunter Lab85.9664-45.603719.3605
CIE-Lab88.8763-47.110617.6027

#7df6bc color RGB value is (125,246,188).

#7df6bc hex color red value is 125, green value is 246 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7df6bc hue: 0.42 , saturation: 0.87 and the lightness value of 7df6bc is 0.73.

The process color (four color CMYK) of #7df6bc color hex is 0.49, 0.00, 0.24, 0.04. Web safe color of #7df6bc is #66ffcc. Color #7df6bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11110110 10111100
Octal 175 366 274
Decimal 125 246 188
Hex 7D F6 BC

RGB Percentages of Color #7df6bc

%22.36
%44.01
%33.63

CMYK Percentages of Color #7df6bc

%49
%0
%24
%4

Triadic Colors of #7df6bc

#7df6bc #bc7df6 #f6bc7d

Analogous Colors of #7df6bc

#7df6bc #7df4f6 #7df680

Monochromatic Colors of #7df6bc

#7df6bc

Complementary Color

#7df6bc #f67db7

#7df6bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7df6bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7df6bc Color CSS Codes

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

#7df6bc Text Font Color

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

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


#7df6bc Background Color

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

This div background color is #7df6bc


#7df6bc Border Color

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

This div border color is #7df6bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7df6bc

#7df6bc Color Palettes


Comments

No comments written yet.

Please login to write comment.