Color Hex Logo

#7efced Color Hex

#7EFCED
(126,252,237)
0 Favorites   0 Comments

Color spaces of #7efced

RGB 126252237
HSL0.480.950.74
HSV173°50°99°
CMYK 0.500.000.06   0.01
XYZ58.700680.170992.5014
Yxy80.17090.25370.3465
Hunter Lab89.5382-39.66851.4246
CIE-Lab91.7615-38.6901-3.6244

#7efced color RGB value is (126,252,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111100 11101101
Octal 176 374 355
Decimal 126 252 237
Hex 7E FC ED

RGB Percentages of Color #7efced

%20.49
%40.98
%38.54

CMYK Percentages of Color #7efced

%50
%0
%6
%1

Triadic Colors of #7efced

#7efced #ed7efc #fced7e

Analogous Colors of #7efced

#7efced #7eccfc #7efcae

Monochromatic Colors of #7efced

#7efced

Complementary Color

#7efced #fc7e8d

#7efced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7efced Color Preview on White Background

Lorem ipsum dolor sit amet.

#7efced Color CSS Codes

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

#7efced Text Font Color

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

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


#7efced Background Color

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

This div background color is #7efced


#7efced Border Color

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

This div border color is #7efced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7efced

Related Colors


Comments

No comments written yet.

Please login to write comment.