Color Hex Logo

#7dfeba Color Hex

#7DFEBA
(125,254,186)
0 Favorites   0 Comments

Color spaces of #7dfeba

RGB 125254186
HSL0.410.980.74
HSV148°51°100°
CMYK 0.510.000.27   0.00
XYZ52.762278.788858.8813
Yxy78.78880.27710.4137
Hunter Lab88.7631-49.232122.8039
CIE-Lab91.1386-50.877421.7788

#7dfeba color RGB value is (125,254,186).

#7dfeba hex color red value is 125, green value is 254 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7dfeba hue: 0.41 , saturation: 0.98 and the lightness value of 7dfeba is 0.74.

The process color (four color CMYK) of #7dfeba color hex is 0.51, 0.00, 0.27, 0.00. Web safe color of #7dfeba is #66ffcc. Color #7dfeba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11111110 10111010
Octal 175 376 272
Decimal 125 254 186
Hex 7D FE BA

RGB Percentages of Color #7dfeba

%22.12
%44.96
%32.92

CMYK Percentages of Color #7dfeba

%51
%0
%27
%0

Triadic Colors of #7dfeba

#7dfeba #ba7dfe #feba7d

Analogous Colors of #7dfeba

#7dfeba #7dfefb #81fe7d

Monochromatic Colors of #7dfeba

#7dfeba

Complementary Color

#7dfeba #fe7dc1

#7dfeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dfeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dfeba Color CSS Codes

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

#7dfeba Text Font Color

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

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


#7dfeba Background Color

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

This div background color is #7dfeba


#7dfeba Border Color

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

This div border color is #7dfeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dfeba

Related Colors


Comments

No comments written yet.

Please login to write comment.