Color Hex Logo

#7abc95 Color Hex

#7ABC95
(122,188,149)
0 Favorites   0 Comments

Color spaces of #7abc95

RGB 122188149
HSL0.400.330.61
HSV145°35°74°
CMYK 0.350.000.21   0.26
XYZ31.434142.273934.9367
Yxy42.27390.28930.3891
Hunter Lab65.0184-27.483713.6542
CIE-Lab71.0594-29.483013.1812

#7abc95 color RGB value is (122,188,149).

#7abc95 hex color red value is 122, green value is 188 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #7abc95 hue: 0.40 , saturation: 0.33 and the lightness value of 7abc95 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111100 10010101
Octal 172 274 225
Decimal 122 188 149
Hex 7A BC 95

RGB Percentages of Color #7abc95

%26.58
%40.96
%32.46

CMYK Percentages of Color #7abc95

%35
%0
%21
%26

Triadic Colors of #7abc95

#7abc95 #957abc #bc957a

Analogous Colors of #7abc95

#7abc95 #7abcb6 #80bc7a

Monochromatic Colors of #7abc95

#7abc95

Complementary Color

#7abc95 #bc7aa1

#7abc95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abc95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abc95 Color CSS Codes

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

#7abc95 Text Font Color

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

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


#7abc95 Background Color

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

This div background color is #7abc95


#7abc95 Border Color

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

This div border color is #7abc95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abc95


Comments

No comments written yet.

Please login to write comment.