Color Hex Logo

#7eaefd Color Hex

#7EAEFD
(126,174,253)
0 Favorites   0 Comments

Color spaces of #7eaefd

RGB 126174253
HSL0.600.970.74
HSV217°50°99°
CMYK 0.500.310.00   0.01
XYZ41.469941.799698.8109
Yxy41.79960.22780.2296
Hunter Lab64.65261.3526-45.3582
CIE-Lab70.73255.3819-44.0937

#7eaefd color RGB value is (126,174,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101110 11111101
Octal 176 256 375
Decimal 126 174 253
Hex 7E AE FD

RGB Percentages of Color #7eaefd

%22.78
%31.46
%45.75

CMYK Percentages of Color #7eaefd

%50
%31
%0
%1

Triadic Colors of #7eaefd

#7eaefd #fd7eae #aefd7e

Analogous Colors of #7eaefd

#7eaefd #8e7efd #7eeefd

Monochromatic Colors of #7eaefd

#7eaefd

Complementary Color

#7eaefd #fdcd7e

#7eaefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eaefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eaefd Color CSS Codes

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

#7eaefd Text Font Color

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

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


#7eaefd Background Color

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

This div background color is #7eaefd


#7eaefd Border Color

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

This div border color is #7eaefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eaefd

Related Colors


Comments

No comments written yet.

Please login to write comment.