Color Hex Logo

#7ab284 Color Hex

#7AB284
(122,178,132)
0 Favorites   0 Comments

Color spaces of #7ab284

RGB 122178132
HSL0.360.270.59
HSV131°31°70°
CMYK 0.310.000.26   0.30
XYZ28.111337.644327.6143
Yxy37.64430.30110.4032
Hunter Lab61.3550-25.586916.2635
CIE-Lab67.7576-27.891417.8133

#7ab284 color RGB value is (122,178,132).

#7ab284 hex color red value is 122, green value is 178 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #7ab284 hue: 0.36 , saturation: 0.27 and the lightness value of 7ab284 is 0.59.

The process color (four color CMYK) of #7ab284 color hex is 0.31, 0.00, 0.26, 0.30. Web safe color of #7ab284 is #669999. Color #7ab284 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10110010 10000100
Octal 172 262 204
Decimal 122 178 132
Hex 7A B2 84

RGB Percentages of Color #7ab284

%28.24
%41.20
%30.56

CMYK Percentages of Color #7ab284

%31
%0
%26
%30

Triadic Colors of #7ab284

#7ab284 #847ab2 #b2847a

Analogous Colors of #7ab284

#7ab284 #7ab2a0 #8cb27a

Monochromatic Colors of #7ab284

#7ab284

Complementary Color

#7ab284 #b27aa8

#7ab284 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ab284 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ab284 Color CSS Codes

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

#7ab284 Text Font Color

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

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


#7ab284 Background Color

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

This div background color is #7ab284


#7ab284 Border Color

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

This div border color is #7ab284


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ab284


Comments

No comments written yet.

Please login to write comment.