Color Hex Logo

#7aadbc Color Hex

#7AADBC
(122,173,188)
0 Favorites   0 Comments

Color spaces of #7aadbc

RGB 122173188
HSL0.540.330.61
HSV194°35°74°
CMYK 0.350.080.00   0.26
XYZ32.046737.655653.1562
Yxy37.65560.26080.3065
Hunter Lab61.3642-14.1678-8.4046
CIE-Lab67.7660-13.0558-13.0568

#7aadbc color RGB value is (122,173,188).

#7aadbc hex color red value is 122, green value is 173 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7aadbc hue: 0.54 , saturation: 0.33 and the lightness value of 7aadbc is 0.61.

The process color (four color CMYK) of #7aadbc color hex is 0.35, 0.08, 0.00, 0.26. Web safe color of #7aadbc is #6699cc. Color #7aadbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101101 10111100
Octal 172 255 274
Decimal 122 173 188
Hex 7A AD BC

RGB Percentages of Color #7aadbc

%25.26
%35.82
%38.92

CMYK Percentages of Color #7aadbc

%35
%8
%0
%26

Triadic Colors of #7aadbc

#7aadbc #bc7aad #adbc7a

Analogous Colors of #7aadbc

#7aadbc #7a8cbc #7abcaa

Monochromatic Colors of #7aadbc

#7aadbc

Complementary Color

#7aadbc #bc897a

#7aadbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aadbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aadbc Color CSS Codes

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

#7aadbc Text Font Color

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

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


#7aadbc Background Color

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

This div background color is #7aadbc


#7aadbc Border Color

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

This div border color is #7aadbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,173,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aadbc


Comments

No comments written yet.

Please login to write comment.