Color Hex Logo

#7eafdd Color Hex

#7EAFDD
(126,175,221)
0 Favorites   0 Comments

Color spaces of #7eafdd

RGB 126175221
HSL0.580.580.68
HSV209°43°87°
CMYK 0.430.210.00   0.13
XYZ36.985340.316074.2390
Yxy40.31600.24410.2660
Hunter Lab63.4949-7.1411-24.8762
CIE-Lab69.6940-4.3365-28.2820

#7eafdd color RGB value is (126,175,221).

#7eafdd hex color red value is 126, green value is 175 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7eafdd hue: 0.58 , saturation: 0.58 and the lightness value of 7eafdd is 0.68.

The process color (four color CMYK) of #7eafdd color hex is 0.43, 0.21, 0.00, 0.13. Web safe color of #7eafdd is #6699cc. Color #7eafdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101111 11011101
Octal 176 257 335
Decimal 126 175 221
Hex 7E AF DD

RGB Percentages of Color #7eafdd

%24.14
%33.52
%42.34

CMYK Percentages of Color #7eafdd

%43
%21
%0
%13

Triadic Colors of #7eafdd

#7eafdd #dd7eaf #afdd7e

Analogous Colors of #7eafdd

#7eafdd #7e80dd #7edddc

Monochromatic Colors of #7eafdd

#7eafdd

Complementary Color

#7eafdd #ddac7e

#7eafdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eafdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eafdd Color CSS Codes

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

#7eafdd Text Font Color

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

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


#7eafdd Background Color

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

This div background color is #7eafdd


#7eafdd Border Color

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

This div border color is #7eafdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eafdd


Comments

No comments written yet.

Please login to write comment.