Color Hex Logo

#acbd30 Color Hex

#ACBD30
(172,189,48)
0 Favorites   0 Comments

Color spaces of #acbd30

RGB 17218948
HSL0.190.590.46
HSV67°75°74°
CMYK 0.090.000.75   0.26
XYZ35.744445.37929.6714
Yxy45.37920.39370.4998
Hunter Lab67.3641-23.172438.6426
CIE-Lab73.1409-23.322764.4552

#acbd30 color RGB value is (172,189,48).

#acbd30 hex color red value is 172, green value is 189 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #acbd30 hue: 0.19 , saturation: 0.59 and the lightness value of acbd30 is 0.46.

The process color (four color CMYK) of #acbd30 color hex is 0.09, 0.00, 0.75, 0.26. Web safe color of #acbd30 is #99cc33. Color #acbd30 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111101 00110000
Octal 254 275 60
Decimal 172 189 48
Hex AC BD 30

RGB Percentages of Color #acbd30

%42.05
%46.21
%11.74

CMYK Percentages of Color #acbd30

%9
%0
%75
%26

Triadic Colors of #acbd30

#acbd30 #30acbd #bd30ac

Analogous Colors of #acbd30

#acbd30 #66bd30 #bd8830

Monochromatic Colors of #acbd30

#acbd30

Complementary Color

#acbd30 #4130bd

#acbd30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbd30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbd30 Color CSS Codes

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

#acbd30 Text Font Color

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

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


#acbd30 Background Color

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

This div background color is #acbd30


#acbd30 Border Color

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

This div border color is #acbd30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbd30


Comments

No comments written yet.

Please login to write comment.