Color Hex Logo

#7acaa5 Color Hex

#7ACAA5
(122,202,165)
0 Favorites   0 Comments

Color spaces of #7acaa5

RGB 122202165
HSL0.420.430.64
HSV152°40°79°
CMYK 0.400.000.18   0.21
XYZ35.938149.095243.1795
Yxy49.09520.28030.3829
Hunter Lab70.0680-31.065712.5100
CIE-Lab75.5105-32.885910.8382

#7acaa5 color RGB value is (122,202,165).

#7acaa5 hex color red value is 122, green value is 202 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #7acaa5 hue: 0.42 , saturation: 0.43 and the lightness value of 7acaa5 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11001010 10100101
Octal 172 312 245
Decimal 122 202 165
Hex 7A CA A5

RGB Percentages of Color #7acaa5

%24.95
%41.31
%33.74

CMYK Percentages of Color #7acaa5

%40
%0
%18
%21

Triadic Colors of #7acaa5

#7acaa5 #a57aca #caa57a

Analogous Colors of #7acaa5

#7acaa5 #7ac7ca #7aca7d

Monochromatic Colors of #7acaa5

#7acaa5

Complementary Color

#7acaa5 #ca7a9f

#7acaa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7acaa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7acaa5 Color CSS Codes

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

#7acaa5 Text Font Color

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

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


#7acaa5 Background Color

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

This div background color is #7acaa5


#7acaa5 Border Color

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

This div border color is #7acaa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7acaa5


Comments

No comments written yet.

Please login to write comment.