Color Hex Logo

#7aadba Color Hex

#7AADBA
(122,173,186)
0 Favorites   0 Comments

Color spaces of #7aadba

RGB 122173186
HSL0.530.320.60
HSV192°34°73°
CMYK 0.340.070.00   0.27
XYZ31.832537.569952.0283
Yxy37.56990.26210.3094
Hunter Lab61.2943-14.5630-7.4210
CIE-Lab67.7024-13.5588-12.0446

#7aadba color RGB value is (122,173,186).

#7aadba hex color red value is 122, green value is 173 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7aadba hue: 0.53 , saturation: 0.32 and the lightness value of 7aadba is 0.60.

The process color (four color CMYK) of #7aadba color hex is 0.34, 0.07, 0.00, 0.27. Web safe color of #7aadba is #6699cc. Color #7aadba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101101 10111010
Octal 172 255 272
Decimal 122 173 186
Hex 7A AD BA

RGB Percentages of Color #7aadba

%25.36
%35.97
%38.67

CMYK Percentages of Color #7aadba

%34
%7
%0
%27

Triadic Colors of #7aadba

#7aadba #ba7aad #adba7a

Analogous Colors of #7aadba

#7aadba #7a8dba #7abaa7

Monochromatic Colors of #7aadba

#7aadba

Complementary Color

#7aadba #ba877a

#7aadba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aadba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aadba Color CSS Codes

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

#7aadba Text Font Color

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

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


#7aadba Background Color

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

This div background color is #7aadba


#7aadba Border Color

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

This div border color is #7aadba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aadba


Comments

No comments written yet.

Please login to write comment.