Color Hex Logo

#7ea6cd Color Hex

#7EA6CD
(126,166,205)
1 Favorites   0 Comments

Color spaces of #7ea6cd

RGB 126166205
HSL0.580.440.65
HSV210°39°80°
CMYK 0.390.190.00   0.20
XYZ33.259836.115862.9757
Yxy36.11580.25130.2729
Hunter Lab60.0964-6.3796-20.0631
CIE-Lab66.6083-3.7288-24.2074

#7ea6cd color RGB value is (126,166,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10100110 11001101
Octal 176 246 315
Decimal 126 166 205
Hex 7E A6 CD

RGB Percentages of Color #7ea6cd

%25.35
%33.40
%41.25

CMYK Percentages of Color #7ea6cd

%39
%19
%0
%20

Triadic Colors of #7ea6cd

#7ea6cd #cd7ea6 #a6cd7e

Analogous Colors of #7ea6cd

#7ea6cd #7e7fcd #7ecdcd

Monochromatic Colors of #7ea6cd

#7ea6cd

Complementary Color

#7ea6cd #cda57e

#7ea6cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ea6cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ea6cd Color CSS Codes

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

#7ea6cd Text Font Color

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

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


#7ea6cd Background Color

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

This div background color is #7ea6cd


#7ea6cd Border Color

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

This div border color is #7ea6cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ea6cd


Comments

No comments written yet.

Please login to write comment.