color codes Logo

#acbc0b color codes

#ACBC0B
(172,188,11)
0 Favorites   0 Comments

Color spaces of #acbc0b

RGB 17218811
HSL0.180.890.39
HSV65°94°74°
CMYK 0.090.000.94   0.26
XYZ35.056944.76137.1087
Yxy44.76130.40330.5149
Hunter Lab66.9039-23.549840.5330
CIE-Lab72.7344-23.899672.4575

#acbc0b color RGB value is (172,188,11).

#acbc0b hex color red value is 172, green value is 188 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #acbc0b hue: 0.18 , saturation: 0.89 and the lightness value of acbc0b is 0.39.

The process color (four color CMYK) of #acbc0b color code is 0.09, 0.00, 0.94, 0.26. Web safe color of #acbc0b is #99cc00. Color #acbc0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111100 00001011
Octal 254 274 13
Decimal 172 188 11
Hex AC BC B

RGB Percentages of Color #acbc0b

%46.36
%50.67
%2.96

CMYK Percentages of Color #acbc0b

%9
%0
%94
%26

Triadic Colors of #acbc0b

#acbc0b #0bacbc #bc0bac

Analogous Colors of #acbc0b

#acbc0b #54bc0b #bc740b

Monochromatic Colors of #acbc0b

#acbc0b

Complementary Color

#acbc0b #1b0bbc

#acbc0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbc0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbc0b Color CSS Codes

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

#acbc0b Text Font Color

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

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


#acbc0b Background Color

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

This div background color is #acbc0b


#acbc0b Border Color

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

This div border color is #acbc0b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(172,188,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #acbc0b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #acbc0b;
  -webkit-box-shadow: 1px 1px 3px 2px #acbc0b;
  box-shadow:         1px 1px 3px 2px #acbc0b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,188,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbc0b


Comments

No comments written yet.

Please login to write comment.