Color Hex Logo

#7eaccb Color Hex

#7EACCB
(126,172,203)
0 Favorites   0 Comments

Color spaces of #7eaccb

RGB 126172203
HSL0.570.430.65
HSV204°38°80°
CMYK 0.380.150.00   0.20
XYZ34.136238.252562.0842
Yxy38.25250.25390.2845
Hunter Lab61.8486-9.7153-16.2218
CIE-Lab68.2063-7.5488-20.6622

#7eaccb color RGB value is (126,172,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101100 11001011
Octal 176 254 313
Decimal 126 172 203
Hex 7E AC CB

RGB Percentages of Color #7eaccb

%25.15
%34.33
%40.52

CMYK Percentages of Color #7eaccb

%38
%15
%0
%20

Triadic Colors of #7eaccb

#7eaccb #cb7eac #accb7e

Analogous Colors of #7eaccb

#7eaccb #7e86cb #7ecbc4

Monochromatic Colors of #7eaccb

#7eaccb

Complementary Color

#7eaccb #cb9d7e

#7eaccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eaccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eaccb Color CSS Codes

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

#7eaccb Text Font Color

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

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


#7eaccb Background Color

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

This div background color is #7eaccb


#7eaccb Border Color

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

This div border color is #7eaccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eaccb


Comments

No comments written yet.

Please login to write comment.