Color Hex Logo

#7eadff Color Hex

#7EADFF
(126,173,255)
0 Favorites   0 Comments

Color spaces of #7eadff

RGB 126173255
HSL0.611.000.75
HSV218°51°100°
CMYK 0.510.320.00   0.00
XYZ41.597841.5428100.4339
Yxy41.54280.22660.2263
Hunter Lab64.45372.4082-47.2701
CIE-Lab70.55466.5385-45.4549

#7eadff color RGB value is (126,173,255).

#7eadff hex color red value is 126, green value is 173 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7eadff hue: 0.61 , saturation: 1.00 and the lightness value of 7eadff is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101101 11111111
Octal 176 255 377
Decimal 126 173 255
Hex 7E AD FF

RGB Percentages of Color #7eadff

%22.74
%31.23
%46.03

CMYK Percentages of Color #7eadff

%51
%32
%0
%0

Triadic Colors of #7eadff

#7eadff #ff7ead #adff7e

Analogous Colors of #7eadff

#7eadff #907eff #7eeeff

Monochromatic Colors of #7eadff

#7eadff

Complementary Color

#7eadff #ffd07e

#7eadff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eadff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eadff Color CSS Codes

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

#7eadff Text Font Color

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

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


#7eadff Background Color

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

This div background color is #7eadff


#7eadff Border Color

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

This div border color is #7eadff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eadff

Related Colors


Comments

No comments written yet.

Please login to write comment.