Color Hex Logo

#7efded Color Hex

#7EFDED
(126,253,237)
0 Favorites   0 Comments

Color spaces of #7efded

RGB 126253237
HSL0.480.970.74
HSV172°50°99°
CMYK 0.500.000.06   0.01
XYZ59.015580.800692.6064
Yxy80.80060.25390.3476
Hunter Lab89.8892-40.11431.8401
CIE-Lab92.0429-39.1430-3.2109

#7efded color RGB value is (126,253,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111101 11101101
Octal 176 375 355
Decimal 126 253 237
Hex 7E FD ED

RGB Percentages of Color #7efded

%20.45
%41.07
%38.47

CMYK Percentages of Color #7efded

%50
%0
%6
%1

Triadic Colors of #7efded

#7efded #ed7efd #fded7e

Analogous Colors of #7efded

#7efded #7ecefd #7efdae

Monochromatic Colors of #7efded

#7efded

Complementary Color

#7efded #fd7e8e

#7efded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7efded Color Preview on White Background

Lorem ipsum dolor sit amet.

#7efded Color CSS Codes

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

#7efded Text Font Color

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

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


#7efded Background Color

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

This div background color is #7efded


#7efded Border Color

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

This div border color is #7efded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7efded


Comments

No comments written yet.

Please login to write comment.