Color Hex Logo

#7eaddb Color Hex

#7EADDB
(126,173,219)
0 Favorites   0 Comments

Color spaces of #7eaddb

RGB 126173219
HSL0.580.560.68
HSV210°42°86°
CMYK 0.420.210.00   0.14
XYZ36.333939.437272.7150
Yxy39.43720.24470.2656
Hunter Lab62.7990-6.6229-24.6925
CIE-Lab69.0668-3.7887-28.1505

#7eaddb color RGB value is (126,173,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101101 11011011
Octal 176 255 333
Decimal 126 173 219
Hex 7E AD DB

RGB Percentages of Color #7eaddb

%24.32
%33.40
%42.28

CMYK Percentages of Color #7eaddb

%42
%21
%0
%14

Triadic Colors of #7eaddb

#7eaddb #db7ead #addb7e

Analogous Colors of #7eaddb

#7eaddb #7e7fdb #7edbdb

Monochromatic Colors of #7eaddb

#7eaddb

Complementary Color

#7eaddb #dbac7e

#7eaddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eaddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eaddb Color CSS Codes

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

#7eaddb Text Font Color

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

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


#7eaddb Background Color

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

This div background color is #7eaddb


#7eaddb Border Color

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

This div border color is #7eaddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eaddb


Comments

No comments written yet.

Please login to write comment.