Color Hex Logo

#7edafd Color Hex

#7EDAFD
(126,218,253)
0 Favorites   0 Comments

Color spaces of #7edafd

RGB 126218253
HSL0.550.970.74
HSV197°50°99°
CMYK 0.500.140.00   0.01
XYZ51.405261.6703102.1227
Yxy61.67030.23890.2866
Hunter Lab78.5304-20.5840-22.1307
CIE-Lab82.7378-18.2203-25.5345

#7edafd color RGB value is (126,218,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011010 11111101
Octal 176 332 375
Decimal 126 218 253
Hex 7E DA FD

RGB Percentages of Color #7edafd

%21.11
%36.52
%42.38

CMYK Percentages of Color #7edafd

%50
%14
%0
%1

Triadic Colors of #7edafd

#7edafd #fd7eda #dafd7e

Analogous Colors of #7edafd

#7edafd #7e9bfd #7efde1

Monochromatic Colors of #7edafd

#7edafd

Complementary Color

#7edafd #fda17e

#7edafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edafd Color CSS Codes

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

#7edafd Text Font Color

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

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


#7edafd Background Color

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

This div background color is #7edafd


#7edafd Border Color

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

This div border color is #7edafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edafd


Comments

No comments written yet.

Please login to write comment.