Color Hex Logo

#7eabdc Color Hex

#7EABDC
(126,171,220)
0 Favorites   0 Comments

Color spaces of #7eabdc

RGB 126171220
HSL0.590.570.68
HSV211°43°86°
CMYK 0.430.220.00   0.14
XYZ36.085438.728773.2836
Yxy38.72870.24370.2615
Hunter Lab62.2324-5.4036-26.2560
CIE-Lab68.5543-2.4088-29.4886

#7eabdc color RGB value is (126,171,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101011 11011100
Octal 176 253 334
Decimal 126 171 220
Hex 7E AB DC

RGB Percentages of Color #7eabdc

%24.37
%33.08
%42.55

CMYK Percentages of Color #7eabdc

%43
%22
%0
%14

Triadic Colors of #7eabdc

#7eabdc #dc7eab #abdc7e

Analogous Colors of #7eabdc

#7eabdc #807edc #7edadc

Monochromatic Colors of #7eabdc

#7eabdc

Complementary Color

#7eabdc #dcaf7e

#7eabdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eabdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eabdc Color CSS Codes

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

#7eabdc Text Font Color

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

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


#7eabdc Background Color

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

This div background color is #7eabdc


#7eabdc Border Color

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

This div border color is #7eabdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eabdc


Comments

No comments written yet.

Please login to write comment.