Color Hex Logo

#7ec1fe Color Hex

#7EC1FE
(126,193,254)
0 Favorites   0 Comments

Color spaces of #7ec1fe

RGB 126193254
HSL0.580.980.75
HSV209°50°100°
CMYK 0.500.240.00   0.00
XYZ45.563549.7313100.9636
Yxy49.73130.23220.2534
Hunter Lab70.5204-8.0812-35.5208
CIE-Lab75.9040-4.8203-36.5733

#7ec1fe color RGB value is (126,193,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11000001 11111110
Octal 176 301 376
Decimal 126 193 254
Hex 7E C1 FE

RGB Percentages of Color #7ec1fe

%21.99
%33.68
%44.33

CMYK Percentages of Color #7ec1fe

%50
%24
%0
%0

Triadic Colors of #7ec1fe

#7ec1fe #fe7ec1 #c1fe7e

Analogous Colors of #7ec1fe

#7ec1fe #7e81fe #7efefb

Monochromatic Colors of #7ec1fe

#7ec1fe

Complementary Color

#7ec1fe #febb7e

#7ec1fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ec1fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ec1fe Color CSS Codes

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

#7ec1fe Text Font Color

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

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


#7ec1fe Background Color

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

This div background color is #7ec1fe


#7ec1fe Border Color

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

This div border color is #7ec1fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ec1fe


Comments

No comments written yet.

Please login to write comment.