Color Hex Logo

#7efcaf Color Hex

#7EFCAF
(126,252,175)
0 Favorites   0 Comments

Color spaces of #7efcaf

RGB 126252175
HSL0.400.950.74
HSV143°50°99°
CMYK 0.500.000.31   0.01
XYZ51.152577.151652.7532
Yxy77.15160.28250.4261
Hunter Lab87.8360-49.761025.8764
CIE-Lab90.3913-51.878426.3514

#7efcaf color RGB value is (126,252,175).

#7efcaf hex color red value is 126, green value is 252 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7efcaf hue: 0.40 , saturation: 0.95 and the lightness value of 7efcaf is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111100 10101111
Octal 176 374 257
Decimal 126 252 175
Hex 7E FC AF

RGB Percentages of Color #7efcaf

%22.78
%45.57
%31.65

CMYK Percentages of Color #7efcaf

%50
%0
%31
%1

Triadic Colors of #7efcaf

#7efcaf #af7efc #fcaf7e

Analogous Colors of #7efcaf

#7efcaf #7efcee #8cfc7e

Monochromatic Colors of #7efcaf

#7efcaf

Complementary Color

#7efcaf #fc7ecb

#7efcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7efcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7efcaf Color CSS Codes

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

#7efcaf Text Font Color

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

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


#7efcaf Background Color

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

This div background color is #7efcaf


#7efcaf Border Color

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

This div border color is #7efcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7efcaf

Related Colors


Comments

No comments written yet.

Please login to write comment.