Color Hex Logo

#7ed4fe Color Hex

#7ED4FE
(126,212,254)
0 Favorites   0 Comments

Color spaces of #7ed4fe

RGB 126212254
HSL0.550.980.75
HSV200°50°100°
CMYK 0.500.170.00   0.00
XYZ50.037158.6783102.4548
Yxy58.67830.23700.2779
Hunter Lab76.6018-17.4550-25.6791
CIE-Lab81.1144-14.8696-28.5454

#7ed4fe color RGB value is (126,212,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11010100 11111110
Octal 176 324 376
Decimal 126 212 254
Hex 7E D4 FE

RGB Percentages of Color #7ed4fe

%21.28
%35.81
%42.91

CMYK Percentages of Color #7ed4fe

%50
%17
%0
%0

Triadic Colors of #7ed4fe

#7ed4fe #fe7ed4 #d4fe7e

Analogous Colors of #7ed4fe

#7ed4fe #7e94fe #7efee8

Monochromatic Colors of #7ed4fe

#7ed4fe

Complementary Color

#7ed4fe #fea87e

#7ed4fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ed4fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ed4fe Color CSS Codes

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

#7ed4fe Text Font Color

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

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


#7ed4fe Background Color

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

This div background color is #7ed4fe


#7ed4fe Border Color

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

This div border color is #7ed4fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ed4fe

Related Colors


Comments

No comments written yet.

Please login to write comment.