Color Hex Logo

#7eccfe Color Hex

#7ECCFE
(126,204,254)
0 Favorites   0 Comments

Color spaces of #7eccfe

RGB 126204254
HSL0.570.980.75
HSV203°50°100°
CMYK 0.500.200.00   0.00
XYZ48.086454.7771101.8045
Yxy54.77710.23490.2676
Hunter Lab74.0116-13.5461-29.7466
CIE-Lab78.9127-10.6955-31.9259

#7eccfe color RGB value is (126,204,254).

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

The process color (four color CMYK) of #7eccfe color hex is 0.50, 0.20, 0.00, 0.00. Web safe color of #7eccfe is #66ccff. Color #7eccfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001100 11111110
Octal 176 314 376
Decimal 126 204 254
Hex 7E CC FE

RGB Percentages of Color #7eccfe

%21.58
%34.93
%43.49

CMYK Percentages of Color #7eccfe

%50
%20
%0
%0

Triadic Colors of #7eccfe

#7eccfe #fe7ecc #ccfe7e

Analogous Colors of #7eccfe

#7eccfe #7e8cfe #7efef0

Monochromatic Colors of #7eccfe

#7eccfe

Complementary Color

#7eccfe #feb07e

#7eccfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eccfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eccfe Color CSS Codes

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

#7eccfe Text Font Color

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

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


#7eccfe Background Color

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

This div background color is #7eccfe


#7eccfe Border Color

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

This div border color is #7eccfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eccfe


Comments

No comments written yet.

Please login to write comment.