Color Hex Logo

#7eddfd Color Hex

#7EDDFD
(126,221,253)
0 Favorites   0 Comments

Color spaces of #7eddfd

RGB 126221253
HSL0.540.970.74
HSV195°50°99°
CMYK 0.500.130.00   0.01
XYZ52.190363.2404102.3844
Yxy63.24040.23960.2903
Hunter Lab79.5238-22.0198-20.6673
CIE-Lab83.5687-19.7384-24.2690

#7eddfd color RGB value is (126,221,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011101 11111101
Octal 176 335 375
Decimal 126 221 253
Hex 7E DD FD

RGB Percentages of Color #7eddfd

%21.00
%36.83
%42.17

CMYK Percentages of Color #7eddfd

%50
%13
%0
%1

Triadic Colors of #7eddfd

#7eddfd #fd7edd #ddfd7e

Analogous Colors of #7eddfd

#7eddfd #7e9efd #7efdde

Monochromatic Colors of #7eddfd

#7eddfd

Complementary Color

#7eddfd #fd9e7e

#7eddfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eddfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eddfd Color CSS Codes

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

#7eddfd Text Font Color

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

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


#7eddfd Background Color

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

This div background color is #7eddfd


#7eddfd Border Color

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

This div border color is #7eddfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,221,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7eddfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eddfd

Related Colors


Comments

No comments written yet.

Please login to write comment.