Color Hex Logo

#acbc14 Color Hex

#ACBC14
(172,188,20)
0 Favorites   0 Comments

Color spaces of #acbc14

RGB 17218820
HSL0.180.810.41
HSV66°89°74°
CMYK 0.090.000.89   0.26
XYZ35.122744.78767.4555
Yxy44.78760.40200.5126
Hunter Lab66.9235-23.436140.2414
CIE-Lab72.7518-23.750371.1986

#acbc14 color RGB value is (172,188,20).

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

The process color (four color CMYK) of #acbc14 color hex is 0.09, 0.00, 0.89, 0.26. Web safe color of #acbc14 is #99cc00. Color #acbc14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111100 00010100
Octal 254 274 24
Decimal 172 188 20
Hex AC BC 14

RGB Percentages of Color #acbc14

%45.26
%49.47
%5.26

CMYK Percentages of Color #acbc14

%9
%0
%89
%26

Triadic Colors of #acbc14

#acbc14 #14acbc #bc14ac

Analogous Colors of #acbc14

#acbc14 #58bc14 #bc7814

Monochromatic Colors of #acbc14

#acbc14

Complementary Color

#acbc14 #2414bc

#acbc14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbc14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbc14 Color CSS Codes

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

#acbc14 Text Font Color

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

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


#acbc14 Background Color

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

This div background color is #acbc14


#acbc14 Border Color

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

This div border color is #acbc14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbc14


Comments

No comments written yet.

Please login to write comment.