Color Hex Logo

#7aadbf Color Hex

#7AADBF
(122,173,191)
0 Favorites   0 Comments

Color spaces of #7aadbf

RGB 122173191
HSL0.540.350.61
HSV196°36°75°
CMYK 0.360.090.00   0.25
XYZ32.373637.786354.8774
Yxy37.78630.25890.3022
Hunter Lab61.4706-13.5661-9.9013
CIE-Lab67.8628-12.2938-14.5716

#7aadbf color RGB value is (122,173,191).

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

The process color (four color CMYK) of #7aadbf color hex is 0.36, 0.09, 0.00, 0.25. Web safe color of #7aadbf is #6699cc. Color #7aadbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101101 10111111
Octal 172 255 277
Decimal 122 173 191
Hex 7A AD BF

RGB Percentages of Color #7aadbf

%25.10
%35.60
%39.30

CMYK Percentages of Color #7aadbf

%36
%9
%0
%25

Triadic Colors of #7aadbf

#7aadbf #bf7aad #adbf7a

Analogous Colors of #7aadbf

#7aadbf #7a8bbf #7abfaf

Monochromatic Colors of #7aadbf

#7aadbf

Complementary Color

#7aadbf #bf8c7a

#7aadbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aadbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aadbf Color CSS Codes

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

#7aadbf Text Font Color

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

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


#7aadbf Background Color

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

This div background color is #7aadbf


#7aadbf Border Color

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

This div border color is #7aadbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aadbf


Comments

No comments written yet.

Please login to write comment.