Color Hex Logo

#7efdbc Color Hex

#7EFDBC
(126,253,188)
0 Favorites   0 Comments

Color spaces of #7efdbc

RGB 126253188
HSL0.410.970.74
HSV149°50°99°
CMYK 0.500.000.26   0.01
XYZ52.806678.317059.9105
Yxy78.31700.27640.4100
Hunter Lab88.4969-48.357621.8098
CIE-Lab90.9244-49.838520.4654

#7efdbc color RGB value is (126,253,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111101 10111100
Octal 176 375 274
Decimal 126 253 188
Hex 7E FD BC

RGB Percentages of Color #7efdbc

%22.22
%44.62
%33.16

CMYK Percentages of Color #7efdbc

%50
%0
%26
%1

Triadic Colors of #7efdbc

#7efdbc #bc7efd #fdbc7e

Analogous Colors of #7efdbc

#7efdbc #7efdfc #80fd7e

Monochromatic Colors of #7efdbc

#7efdbc

Complementary Color

#7efdbc #fd7ebf

#7efdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7efdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7efdbc Color CSS Codes

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

#7efdbc Text Font Color

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

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


#7efdbc Background Color

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

This div background color is #7efdbc


#7efdbc Border Color

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

This div border color is #7efdbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,253,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 #7efdbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7efdbc


Comments

No comments written yet.

Please login to write comment.