Color Hex Logo

#abc674 Color Hex

#ABC674
(171,198,116)
0 Favorites   0 Comments

Color spaces of #abc674

RGB 171198116
HSL0.220.420.62
HSV80°41°78°
CMYK 0.140.000.41   0.22
XYZ40.141150.307024.1176
Yxy50.30700.35040.4391
Hunter Lab70.9274-23.101629.4887
CIE-Lab76.2573-22.526438.0543

#abc674 color RGB value is (171,198,116).

#abc674 hex color red value is 171, green value is 198 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #abc674 hue: 0.22 , saturation: 0.42 and the lightness value of abc674 is 0.62.

The process color (four color CMYK) of #abc674 color hex is 0.14, 0.00, 0.41, 0.22. Web safe color of #abc674 is #99cc66. Color #abc674 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000110 01110100
Octal 253 306 164
Decimal 171 198 116
Hex AB C6 74

RGB Percentages of Color #abc674

%35.26
%40.82
%23.92

CMYK Percentages of Color #abc674

%14
%0
%41
%22

Triadic Colors of #abc674

#abc674 #74abc6 #c674ab

Analogous Colors of #abc674

#abc674 #82c674 #c6b874

Monochromatic Colors of #abc674

#abc674

Complementary Color

#abc674 #8f74c6

#abc674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc674 Color CSS Codes

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

#abc674 Text Font Color

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

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


#abc674 Background Color

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

This div background color is #abc674


#abc674 Border Color

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

This div border color is #abc674


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc674


Comments

No comments written yet.

Please login to write comment.