Color Hex Logo

#7efdbf Color Hex

#7EFDBF
(126,253,191)
0 Favorites   0 Comments

Color spaces of #7efdbf

RGB 126253191
HSL0.420.970.74
HSV151°50°99°
CMYK 0.500.000.25   0.01
XYZ53.133478.447861.6317
Yxy78.44780.27500.4060
Hunter Lab88.5708-47.917120.7428
CIE-Lab90.9839-49.248719.0133

#7efdbf color RGB value is (126,253,191).

#7efdbf hex color red value is 126, green value is 253 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7efdbf hue: 0.42 , saturation: 0.97 and the lightness value of 7efdbf is 0.74.

The process color (four color CMYK) of #7efdbf color hex is 0.50, 0.00, 0.25, 0.01. Web safe color of #7efdbf is #66ffcc. Color #7efdbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111101 10111111
Octal 176 375 277
Decimal 126 253 191
Hex 7E FD BF

RGB Percentages of Color #7efdbf

%22.11
%44.39
%33.51

CMYK Percentages of Color #7efdbf

%50
%0
%25
%1

Triadic Colors of #7efdbf

#7efdbf #bf7efd #fdbf7e

Analogous Colors of #7efdbf

#7efdbf #7efcfd #7efd80

Monochromatic Colors of #7efdbf

#7efdbf

Complementary Color

#7efdbf #fd7ebc

#7efdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7efdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7efdbf Color CSS Codes

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

#7efdbf Text Font Color

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

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


#7efdbf Background Color

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

This div background color is #7efdbf


#7efdbf Border Color

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

This div border color is #7efdbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(126,253,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7efdbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7efdbf;
  -webkit-box-shadow: 1px 1px 3px 2px #7efdbf;
  box-shadow:         1px 1px 3px 2px #7efdbf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,253,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7efdbf

Related Colors


Comments

No comments written yet.

Please login to write comment.