Color Hex Logo

#7ec4fe Color Hex

#7EC4FE
(126,196,254)
0 Favorites   0 Comments

Color spaces of #7ec4fe

RGB 126196254
HSL0.580.980.75
HSV207°50°100°
CMYK 0.500.230.00   0.00
XYZ46.233551.0712101.1869
Yxy51.07120.23290.2573
Hunter Lab71.4641-9.5822-33.9245
CIE-Lab76.7221-6.4378-35.3065

#7ec4fe color RGB value is (126,196,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11000100 11111110
Octal 176 304 376
Decimal 126 196 254
Hex 7E C4 FE

RGB Percentages of Color #7ec4fe

%21.88
%34.03
%44.10

CMYK Percentages of Color #7ec4fe

%50
%23
%0
%0

Triadic Colors of #7ec4fe

#7ec4fe #fe7ec4 #c4fe7e

Analogous Colors of #7ec4fe

#7ec4fe #7e84fe #7efef8

Monochromatic Colors of #7ec4fe

#7ec4fe

Complementary Color

#7ec4fe #feb87e

#7ec4fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ec4fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ec4fe Color CSS Codes

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

#7ec4fe Text Font Color

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

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


#7ec4fe Background Color

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

This div background color is #7ec4fe


#7ec4fe Border Color

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

This div border color is #7ec4fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ec4fe


Comments

No comments written yet.

Please login to write comment.