Color Hex Logo

#7efadc Color Hex

#7EFADC
(126,250,220)
0 Favorites   0 Comments

Color spaces of #7efadc

RGB 126250220
HSL0.460.930.74
HSV165°50°98°
CMYK 0.500.000.12   0.02
XYZ55.708177.974179.8245
Yxy77.97410.26090.3652
Hunter Lab88.3029-41.91908.2148
CIE-Lab90.7681-41.77033.7443

#7efadc color RGB value is (126,250,220).

#7efadc hex color red value is 126, green value is 250 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7efadc hue: 0.46 , saturation: 0.93 and the lightness value of 7efadc is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111010 11011100
Octal 176 372 334
Decimal 126 250 220
Hex 7E FA DC

RGB Percentages of Color #7efadc

%21.14
%41.95
%36.91

CMYK Percentages of Color #7efadc

%50
%0
%12
%2

Triadic Colors of #7efadc

#7efadc #dc7efa #fadc7e

Analogous Colors of #7efadc

#7efadc #7edafa #7efa9e

Monochromatic Colors of #7efadc

#7efadc

Complementary Color

#7efadc #fa7e9c

#7efadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7efadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7efadc Color CSS Codes

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

#7efadc Text Font Color

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

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


#7efadc Background Color

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

This div background color is #7efadc


#7efadc Border Color

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

This div border color is #7efadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7efadc


Comments

No comments written yet.

Please login to write comment.