Color Hex Logo

#7aaccb Color Hex

#7AACCB
(122,172,203)
0 Favorites   0 Comments

Color spaces of #7aaccb

RGB 122172203
HSL0.560.440.64
HSV203°40°80°
CMYK 0.400.150.00   0.20
XYZ33.558137.954462.0572
Yxy37.95440.25120.2842
Hunter Lab61.6071-10.5816-16.5981
CIE-Lab67.9870-8.6212-21.0163

#7aaccb color RGB value is (122,172,203).

#7aaccb hex color red value is 122, green value is 172 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7aaccb hue: 0.56 , saturation: 0.44 and the lightness value of 7aaccb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101100 11001011
Octal 172 254 313
Decimal 122 172 203
Hex 7A AC CB

RGB Percentages of Color #7aaccb

%24.55
%34.61
%40.85

CMYK Percentages of Color #7aaccb

%40
%15
%0
%20

Triadic Colors of #7aaccb

#7aaccb #cb7aac #accb7a

Analogous Colors of #7aaccb

#7aaccb #7a84cb #7acbc2

Monochromatic Colors of #7aaccb

#7aaccb

Complementary Color

#7aaccb #cb997a

#7aaccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aaccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aaccb Color CSS Codes

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

#7aaccb Text Font Color

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

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


#7aaccb Background Color

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

This div background color is #7aaccb


#7aaccb Border Color

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

This div border color is #7aaccb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,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 #7aaccb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aaccb


Comments

No comments written yet.

Please login to write comment.