Color Hex Logo

#abc067 Color Hex

#ABC067
(171,192,103)
0 Favorites   0 Comments

Color spaces of #abc067

RGB 171192103
HSL0.210.410.58
HSV74°46°75°
CMYK 0.110.000.46   0.25
XYZ38.092447.336519.9611
Yxy47.33650.36140.4492
Hunter Lab68.8015-21.575030.9595
CIE-Lab74.4045-21.033842.2542

#abc067 color RGB value is (171,192,103).

#abc067 hex color red value is 171, green value is 192 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #abc067 hue: 0.21 , saturation: 0.41 and the lightness value of abc067 is 0.58.

The process color (four color CMYK) of #abc067 color hex is 0.11, 0.00, 0.46, 0.25. Web safe color of #abc067 is #99cc66. Color #abc067 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000000 01100111
Octal 253 300 147
Decimal 171 192 103
Hex AB C0 67

RGB Percentages of Color #abc067

%36.70
%41.20
%22.10

CMYK Percentages of Color #abc067

%11
%0
%46
%25

Triadic Colors of #abc067

#abc067 #67abc0 #c067ab

Analogous Colors of #abc067

#abc067 #7fc067 #c0a967

Monochromatic Colors of #abc067

#abc067

Complementary Color

#abc067 #7c67c0

#abc067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc067 Color CSS Codes

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

#abc067 Text Font Color

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

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


#abc067 Background Color

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

This div background color is #abc067


#abc067 Border Color

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

This div border color is #abc067


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc067


Comments

No comments written yet.

Please login to write comment.