Color Hex Logo

#abcb47 Color Hex

#ABCB47
(171,203,71)
0 Favorites   0 Comments

Color spaces of #abcb47

RGB 17120371
HSL0.210.560.54
HSV75°65°80°
CMYK 0.160.000.65   0.20
XYZ39.287951.824713.8937
Yxy51.82470.37410.4935
Hunter Lab71.9894-28.565838.9498
CIE-Lab77.1759-29.162759.9590

#abcb47 color RGB value is (171,203,71).

#abcb47 hex color red value is 171, green value is 203 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #abcb47 hue: 0.21 , saturation: 0.56 and the lightness value of abcb47 is 0.54.

The process color (four color CMYK) of #abcb47 color hex is 0.16, 0.00, 0.65, 0.20. Web safe color of #abcb47 is #99cc33. Color #abcb47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001011 01000111
Octal 253 313 107
Decimal 171 203 71
Hex AB CB 47

RGB Percentages of Color #abcb47

%38.43
%45.62
%15.96

CMYK Percentages of Color #abcb47

%16
%0
%65
%20

Triadic Colors of #abcb47

#abcb47 #47abcb #cb47ab

Analogous Colors of #abcb47

#abcb47 #69cb47 #cba947

Monochromatic Colors of #abcb47

#abcb47

Complementary Color

#abcb47 #6747cb

#abcb47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcb47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcb47 Color CSS Codes

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

#abcb47 Text Font Color

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

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


#abcb47 Background Color

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

This div background color is #abcb47


#abcb47 Border Color

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

This div border color is #abcb47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcb47


Comments

No comments written yet.

Please login to write comment.