Color Hex Logo

#7eadfd Color Hex

#7EADFD
(126,173,253)
0 Favorites   0 Comments

Color spaces of #7eadfd

RGB 126173253
HSL0.600.970.74
HSV218°50°99°
CMYK 0.500.320.00   0.01
XYZ41.277441.414698.7468
Yxy41.41460.22750.2283
Hunter Lab64.35421.8718-45.9283
CIE-Lab70.46545.9455-44.5123

#7eadfd color RGB value is (126,173,253).

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

The process color (four color CMYK) of #7eadfd color hex is 0.50, 0.32, 0.00, 0.01. Web safe color of #7eadfd is #6699ff. Color #7eadfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101101 11111101
Octal 176 255 375
Decimal 126 173 253
Hex 7E AD FD

RGB Percentages of Color #7eadfd

%22.83
%31.34
%45.83

CMYK Percentages of Color #7eadfd

%50
%32
%0
%1

Triadic Colors of #7eadfd

#7eadfd #fd7ead #adfd7e

Analogous Colors of #7eadfd

#7eadfd #8f7efd #7eedfd

Monochromatic Colors of #7eadfd

#7eadfd

Complementary Color

#7eadfd #fdce7e

#7eadfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eadfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eadfd Color CSS Codes

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

#7eadfd Text Font Color

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

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


#7eadfd Background Color

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

This div background color is #7eadfd


#7eadfd Border Color

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

This div border color is #7eadfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eadfd


Comments

No comments written yet.

Please login to write comment.