Color Hex Logo

#7acbaf Color Hex

#7ACBAF
(122,203,175)
0 Favorites   0 Comments

Color spaces of #7acbaf

RGB 122203175
HSL0.440.440.64
HSV159°40°80°
CMYK 0.400.000.14   0.20
XYZ37.119849.944648.2413
Yxy49.94460.27430.3691
Hunter Lab70.6715-29.91908.9979
CIE-Lab76.0352-31.22756.2120

#7acbaf color RGB value is (122,203,175).

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

The process color (four color CMYK) of #7acbaf color hex is 0.40, 0.00, 0.14, 0.20. Web safe color of #7acbaf is #66cc99. Color #7acbaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11001011 10101111
Octal 172 313 257
Decimal 122 203 175
Hex 7A CB AF

RGB Percentages of Color #7acbaf

%24.40
%40.60
%35.00

CMYK Percentages of Color #7acbaf

%40
%0
%14
%20

Triadic Colors of #7acbaf

#7acbaf #af7acb #cbaf7a

Analogous Colors of #7acbaf

#7acbaf #7abfcb #7acb87

Monochromatic Colors of #7acbaf

#7acbaf

Complementary Color

#7acbaf #cb7a96

#7acbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7acbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7acbaf Color CSS Codes

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

#7acbaf Text Font Color

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

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


#7acbaf Background Color

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

This div background color is #7acbaf


#7acbaf Border Color

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

This div border color is #7acbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7acbaf


Comments

No comments written yet.

Please login to write comment.