Color Hex Logo

#7eddfe Color Hex

#7EDDFE
(126,221,254)
0 Favorites   0 Comments

Color spaces of #7eddfe

RGB 126221254
HSL0.540.980.75
HSV195°50°100°
CMYK 0.500.130.00   0.00
XYZ52.350063.3043103.2257
Yxy63.30430.23920.2892
Hunter Lab79.5640-21.7910-21.2276
CIE-Lab83.6022-19.4657-24.7464

#7eddfe color RGB value is (126,221,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011101 11111110
Octal 176 335 376
Decimal 126 221 254
Hex 7E DD FE

RGB Percentages of Color #7eddfe

%20.97
%36.77
%42.26

CMYK Percentages of Color #7eddfe

%50
%13
%0
%0

Triadic Colors of #7eddfe

#7eddfe #fe7edd #ddfe7e

Analogous Colors of #7eddfe

#7eddfe #7e9dfe #7efedf

Monochromatic Colors of #7eddfe

#7eddfe

Complementary Color

#7eddfe #fe9f7e

#7eddfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eddfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eddfe Color CSS Codes

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

#7eddfe Text Font Color

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

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


#7eddfe Background Color

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

This div background color is #7eddfe


#7eddfe Border Color

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

This div border color is #7eddfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eddfe

Related Colors


Comments

No comments written yet.

Please login to write comment.