Color Hex Logo

#7eabcc Color Hex

#7EABCC
(126,171,204)
0 Favorites   0 Comments

Color spaces of #7eabcc

RGB 126171204
HSL0.570.430.65
HSV205°38°80°
CMYK 0.380.160.00   0.20
XYZ34.066237.921162.6508
Yxy37.92110.25300.2817
Hunter Lab61.5801-9.0188-17.2148
CIE-Lab67.9624-6.7407-21.5857

#7eabcc color RGB value is (126,171,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101011 11001100
Octal 176 253 314
Decimal 126 171 204
Hex 7E AB CC

RGB Percentages of Color #7eabcc

%25.15
%34.13
%40.72

CMYK Percentages of Color #7eabcc

%38
%16
%0
%20

Triadic Colors of #7eabcc

#7eabcc #cc7eab #abcc7e

Analogous Colors of #7eabcc

#7eabcc #7e84cc #7eccc6

Monochromatic Colors of #7eabcc

#7eabcc

Complementary Color

#7eabcc #cc9f7e

#7eabcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eabcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eabcc Color CSS Codes

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

#7eabcc Text Font Color

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

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


#7eabcc Background Color

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

This div background color is #7eabcc


#7eabcc Border Color

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

This div border color is #7eabcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eabcc


Comments

No comments written yet.

Please login to write comment.