Color Hex Logo

#abc794 Color Hex

#ABC794
(171,199,148)
0 Favorites   0 Comments

Color spaces of #abc794

RGB 171199148
HSL0.260.310.68
HSV93°26°78°
CMYK 0.140.000.26   0.22
XYZ42.563351.642935.7417
Yxy51.64290.32750.3974
Hunter Lab71.8630-20.037620.8157
CIE-Lab77.0668-18.617022.4952

#abc794 color RGB value is (171,199,148).

#abc794 hex color red value is 171, green value is 199 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #abc794 hue: 0.26 , saturation: 0.31 and the lightness value of abc794 is 0.68.

The process color (four color CMYK) of #abc794 color hex is 0.14, 0.00, 0.26, 0.22. Web safe color of #abc794 is #99cc99. Color #abc794 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000111 10010100
Octal 253 307 224
Decimal 171 199 148
Hex AB C7 94

RGB Percentages of Color #abc794

%33.01
%38.42
%28.57

CMYK Percentages of Color #abc794

%14
%0
%26
%22

Triadic Colors of #abc794

#abc794 #94abc7 #c794ab

Analogous Colors of #abc794

#abc794 #94c797 #c5c794

Monochromatic Colors of #abc794

#abc794

Complementary Color

#abc794 #b094c7

#abc794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc794 Color CSS Codes

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

#abc794 Text Font Color

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

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


#abc794 Background Color

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

This div background color is #abc794


#abc794 Border Color

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

This div border color is #abc794


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(171,199,148, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #abc794; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #abc794;
  -webkit-box-shadow: 1px 1px 3px 2px #abc794;
  box-shadow:         1px 1px 3px 2px #abc794; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,199,148, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc794


Comments

No comments written yet.

Please login to write comment.