Color Hex Logo

#7eabca Color Hex

#7EABCA
(126,171,202)
0 Favorites   0 Comments

Color spaces of #7eabca

RGB 126171202
HSL0.570.420.64
HSV204°38°79°
CMYK 0.380.150.00   0.21
XYZ33.827837.825761.3953
Yxy37.82570.25430.2843
Hunter Lab61.5026-9.4506-16.1347
CIE-Lab67.8920-7.2674-20.5885

#7eabca color RGB value is (126,171,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101011 11001010
Octal 176 253 312
Decimal 126 171 202
Hex 7E AB CA

RGB Percentages of Color #7eabca

%25.25
%34.27
%40.48

CMYK Percentages of Color #7eabca

%38
%15
%0
%21

Triadic Colors of #7eabca

#7eabca #ca7eab #abca7e

Analogous Colors of #7eabca

#7eabca #7e85ca #7ecac3

Monochromatic Colors of #7eabca

#7eabca

Complementary Color

#7eabca #ca9d7e

#7eabca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eabca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eabca Color CSS Codes

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

#7eabca Text Font Color

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

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


#7eabca Background Color

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

This div background color is #7eabca


#7eabca Border Color

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

This div border color is #7eabca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eabca


Comments

No comments written yet.

Please login to write comment.