Color Hex Logo

#7eecfe Color Hex

#7EECFE
(126,236,254)
0 Favorites   0 Comments

Color spaces of #7eecfe

RGB 126236254
HSL0.520.980.75
HSV188°50°100°
CMYK 0.500.070.00   0.00
XYZ56.489071.5823104.6054
Yxy71.58230.24280.3076
Hunter Lab84.6063-28.8822-14.0804
CIE-Lab87.7671-26.8892-18.4370

#7eecfe color RGB value is (126,236,254).

#7eecfe hex color red value is 126, green value is 236 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #7eecfe hue: 0.52 , saturation: 0.98 and the lightness value of 7eecfe is 0.75.

The process color (four color CMYK) of #7eecfe color hex is 0.50, 0.07, 0.00, 0.00. Web safe color of #7eecfe is #66ffff. Color #7eecfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101100 11111110
Octal 176 354 376
Decimal 126 236 254
Hex 7E EC FE

RGB Percentages of Color #7eecfe

%20.45
%38.31
%41.23

CMYK Percentages of Color #7eecfe

%50
%7
%0
%0

Triadic Colors of #7eecfe

#7eecfe #fe7eec #ecfe7e

Analogous Colors of #7eecfe

#7eecfe #7eacfe #7efed0

Monochromatic Colors of #7eecfe

#7eecfe

Complementary Color

#7eecfe #fe907e

#7eecfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eecfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eecfe Color CSS Codes

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

#7eecfe Text Font Color

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

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


#7eecfe Background Color

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

This div background color is #7eecfe


#7eecfe Border Color

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

This div border color is #7eecfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eecfe


Comments

No comments written yet.

Please login to write comment.