Color Hex Logo

#7ea0dd Color Hex

#7EA0DD
(126,160,221)
0 Favorites   0 Comments

Color spaces of #7ea0dd

RGB 126160221
HSL0.610.580.68
HSV219°43°87°
CMYK 0.430.280.00   0.13
XYZ34.226134.797773.3193
Yxy34.79770.24040.2445
Hunter Lab58.98960.3350-32.4000
CIE-Lab65.59094.0364-34.6264

#7ea0dd color RGB value is (126,160,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10100000 11011101
Octal 176 240 335
Decimal 126 160 221
Hex 7E A0 DD

RGB Percentages of Color #7ea0dd

%24.85
%31.56
%43.59

CMYK Percentages of Color #7ea0dd

%43
%28
%0
%13

Triadic Colors of #7ea0dd

#7ea0dd #dd7ea0 #a0dd7e

Analogous Colors of #7ea0dd

#7ea0dd #8c7edd #7ed0dd

Monochromatic Colors of #7ea0dd

#7ea0dd

Complementary Color

#7ea0dd #ddbb7e

#7ea0dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ea0dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ea0dd Color CSS Codes

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

#7ea0dd Text Font Color

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

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


#7ea0dd Background Color

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

This div background color is #7ea0dd


#7ea0dd Border Color

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

This div border color is #7ea0dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ea0dd


Comments

No comments written yet.

Please login to write comment.