Color Hex Logo

#7edcfe Color Hex

#7EDCFE
(126,220,254)
0 Favorites   0 Comments

Color spaces of #7edcfe

RGB 126220254
HSL0.540.980.75
HSV196°50°100°
CMYK 0.500.130.00   0.00
XYZ52.086862.7778103.1380
Yxy62.77780.23890.2880
Hunter Lab79.2324-21.3122-21.7159
CIE-Lab83.3253-18.9602-25.1681

#7edcfe color RGB value is (126,220,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011100 11111110
Octal 176 334 376
Decimal 126 220 254
Hex 7E DC FE

RGB Percentages of Color #7edcfe

%21.00
%36.67
%42.33

CMYK Percentages of Color #7edcfe

%50
%13
%0
%0

Triadic Colors of #7edcfe

#7edcfe #fe7edc #dcfe7e

Analogous Colors of #7edcfe

#7edcfe #7e9cfe #7efee0

Monochromatic Colors of #7edcfe

#7edcfe

Complementary Color

#7edcfe #fea07e

#7edcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edcfe Color CSS Codes

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

#7edcfe Text Font Color

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

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


#7edcfe Background Color

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

This div background color is #7edcfe


#7edcfe Border Color

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

This div border color is #7edcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edcfe

Related Colors


Comments

No comments written yet.

Please login to write comment.