Color Hex Logo

#7eafff Color Hex

#7EAFFF
(126,175,255)
0 Favorites   0 Comments

Color spaces of #7eafff

RGB 126175255
HSL0.601.000.75
HSV217°51°100°
CMYK 0.510.310.00   0.00
XYZ41.984242.3156100.5627
Yxy42.31560.22710.2289
Hunter Lab65.05041.3674-46.1222
CIE-Lab71.08805.4111-44.6184

#7eafff color RGB value is (126,175,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101111 11111111
Octal 176 257 377
Decimal 126 175 255
Hex 7E AF FF

RGB Percentages of Color #7eafff

%22.66
%31.47
%45.86

CMYK Percentages of Color #7eafff

%51
%31
%0
%0

Triadic Colors of #7eafff

#7eafff #ff7eaf #afff7e

Analogous Colors of #7eafff

#7eafff #8e7eff #7ef0ff

Monochromatic Colors of #7eafff

#7eafff

Complementary Color

#7eafff #ffce7e

#7eafff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eafff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eafff Color CSS Codes

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

#7eafff Text Font Color

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

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


#7eafff Background Color

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

This div background color is #7eafff


#7eafff Border Color

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

This div border color is #7eafff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eafff

Related Colors


Comments

No comments written yet.

Please login to write comment.