Color Hex Logo

#7eadcd Color Hex

#7EADCD
(126,173,205)
0 Favorites   0 Comments

Color spaces of #7eadcd

RGB 126173205
HSL0.570.440.65
HSV204°39°80°
CMYK 0.390.160.00   0.20
XYZ34.567238.730563.4115
Yxy38.73050.25290.2833
Hunter Lab62.2338-9.7631-16.8483
CIE-Lab68.5556-7.5648-21.2335

#7eadcd color RGB value is (126,173,205).

#7eadcd hex color red value is 126, green value is 173 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7eadcd hue: 0.57 , saturation: 0.44 and the lightness value of 7eadcd is 0.65.

The process color (four color CMYK) of #7eadcd color hex is 0.39, 0.16, 0.00, 0.20. Web safe color of #7eadcd is #6699cc. Color #7eadcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101101 11001101
Octal 176 255 315
Decimal 126 173 205
Hex 7E AD CD

RGB Percentages of Color #7eadcd

%25.00
%34.33
%40.67

CMYK Percentages of Color #7eadcd

%39
%16
%0
%20

Triadic Colors of #7eadcd

#7eadcd #cd7ead #adcd7e

Analogous Colors of #7eadcd

#7eadcd #7e86cd #7ecdc6

Monochromatic Colors of #7eadcd

#7eadcd

Complementary Color

#7eadcd #cd9e7e

#7eadcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eadcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eadcd Color CSS Codes

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

#7eadcd Text Font Color

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

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


#7eadcd Background Color

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

This div background color is #7eadcd


#7eadcd Border Color

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

This div border color is #7eadcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eadcd


Comments

No comments written yet.

Please login to write comment.