Color Hex Logo

#7eaffc Color Hex

#7EAFFC
(126,175,252)
0 Favorites   0 Comments

Color spaces of #7eaffc

RGB 126175252
HSL0.600.950.74
HSV217°50°99°
CMYK 0.500.310.00   0.01
XYZ41.504842.123898.0386
Yxy42.12380.22850.2319
Hunter Lab64.90290.5692-44.1281
CIE-Lab70.95624.5242-43.2022

#7eaffc color RGB value is (126,175,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101111 11111100
Octal 176 257 374
Decimal 126 175 252
Hex 7E AF FC

RGB Percentages of Color #7eaffc

%22.78
%31.65
%45.57

CMYK Percentages of Color #7eaffc

%50
%31
%0
%1

Triadic Colors of #7eaffc

#7eaffc #fc7eaf #affc7e

Analogous Colors of #7eaffc

#7eaffc #8c7efc #7eeefc

Monochromatic Colors of #7eaffc

#7eaffc

Complementary Color

#7eaffc #fccb7e

#7eaffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eaffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eaffc Color CSS Codes

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

#7eaffc Text Font Color

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

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


#7eaffc Background Color

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

This div background color is #7eaffc


#7eaffc Border Color

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

This div border color is #7eaffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eaffc


Comments

No comments written yet.

Please login to write comment.