Color Hex Logo

#abc468 Color Hex

#ABC468
(171,196,104)
0 Favorites   0 Comments

Color spaces of #abc468

RGB 171196104
HSL0.210.440.59
HSV76°47°77°
CMYK 0.130.000.47   0.23
XYZ39.033249.137320.5239
Yxy49.13730.35910.4521
Hunter Lab70.0980-23.276031.7092
CIE-Lab75.5367-22.903643.1483

#abc468 color RGB value is (171,196,104).

#abc468 hex color red value is 171, green value is 196 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #abc468 hue: 0.21 , saturation: 0.44 and the lightness value of abc468 is 0.59.

The process color (four color CMYK) of #abc468 color hex is 0.13, 0.00, 0.47, 0.23. Web safe color of #abc468 is #99cc66. Color #abc468 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000100 01101000
Octal 253 304 150
Decimal 171 196 104
Hex AB C4 68

RGB Percentages of Color #abc468

%36.31
%41.61
%22.08

CMYK Percentages of Color #abc468

%13
%0
%47
%23

Triadic Colors of #abc468

#abc468 #68abc4 #c468ab

Analogous Colors of #abc468

#abc468 #7dc468 #c4af68

Monochromatic Colors of #abc468

#abc468

Complementary Color

#abc468 #8168c4

#abc468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc468 Color CSS Codes

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

#abc468 Text Font Color

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

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


#abc468 Background Color

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

This div background color is #abc468


#abc468 Border Color

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

This div border color is #abc468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc468


Comments

No comments written yet.

Please login to write comment.