Color Hex Logo

#7eabda Color Hex

#7EABDA
(126,171,218)
0 Favorites   0 Comments

Color spaces of #7eabda

RGB 126171218
HSL0.590.550.67
HSV211°42°85°
CMYK 0.420.220.00   0.15
XYZ35.822038.623471.8967
Yxy38.62340.24480.2639
Hunter Lab62.1477-5.8710-25.0873
CIE-Lab68.4776-2.9613-28.5081

#7eabda color RGB value is (126,171,218).

#7eabda hex color red value is 126, green value is 171 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #7eabda hue: 0.59 , saturation: 0.55 and the lightness value of 7eabda is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101011 11011010
Octal 176 253 332
Decimal 126 171 218
Hex 7E AB DA

RGB Percentages of Color #7eabda

%24.47
%33.20
%42.33

CMYK Percentages of Color #7eabda

%42
%22
%0
%15

Triadic Colors of #7eabda

#7eabda #da7eab #abda7e

Analogous Colors of #7eabda

#7eabda #7f7eda #7ed9da

Monochromatic Colors of #7eabda

#7eabda

Complementary Color

#7eabda #daad7e

#7eabda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eabda Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eabda Color CSS Codes

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

#7eabda Text Font Color

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

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


#7eabda Background Color

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

This div background color is #7eabda


#7eabda Border Color

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

This div border color is #7eabda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eabda


Comments

No comments written yet.

Please login to write comment.