Color Hex Logo

#7aadcb Color Hex

#7AADCB
(122,173,203)
0 Favorites   0 Comments

Color spaces of #7aadcb

RGB 122173203
HSL0.560.440.64
HSV202°40°80°
CMYK 0.400.150.00   0.20
XYZ33.749138.336562.1208
Yxy38.33650.25150.2857
Hunter Lab61.9165-11.0580-16.1441
CIE-Lab68.2679-9.1628-20.5886

#7aadcb color RGB value is (122,173,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101101 11001011
Octal 172 255 313
Decimal 122 173 203
Hex 7A AD CB

RGB Percentages of Color #7aadcb

%24.50
%34.74
%40.76

CMYK Percentages of Color #7aadcb

%40
%15
%0
%20

Triadic Colors of #7aadcb

#7aadcb #cb7aad #adcb7a

Analogous Colors of #7aadcb

#7aadcb #7a85cb #7acbc1

Monochromatic Colors of #7aadcb

#7aadcb

Complementary Color

#7aadcb #cb987a

#7aadcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aadcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aadcb Color CSS Codes

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

#7aadcb Text Font Color

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

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


#7aadcb Background Color

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

This div background color is #7aadcb


#7aadcb Border Color

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

This div border color is #7aadcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aadcb


Comments

No comments written yet.

Please login to write comment.