Color Hex Logo

#acbe04 Color Hex

#ACBE04
(172,190,4)
0 Favorites   0 Comments

Color spaces of #acbe04

RGB 1721904
HSL0.180.960.38
HSV66°98°75°
CMYK 0.090.000.98   0.25
XYZ35.448645.60637.0494
Yxy45.60630.40230.5176
Hunter Lab67.5324-24.484941.0837
CIE-Lab73.2893-24.960973.6388

#acbe04 color RGB value is (172,190,4).

#acbe04 hex color red value is 172, green value is 190 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #acbe04 hue: 0.18 , saturation: 0.96 and the lightness value of acbe04 is 0.38.

The process color (four color CMYK) of #acbe04 color hex is 0.09, 0.00, 0.98, 0.25. Web safe color of #acbe04 is #99cc00. Color #acbe04 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111110 00000100
Octal 254 276 4
Decimal 172 190 4
Hex AC BE 4

RGB Percentages of Color #acbe04

%46.99
%51.91
%1.09

CMYK Percentages of Color #acbe04

%9
%0
%98
%25

Triadic Colors of #acbe04

#acbe04 #04acbe #be04ac

Analogous Colors of #acbe04

#acbe04 #4fbe04 #be7304

Monochromatic Colors of #acbe04

#acbe04

Complementary Color

#acbe04 #1604be

#acbe04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbe04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbe04 Color CSS Codes

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

#acbe04 Text Font Color

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

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


#acbe04 Background Color

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

This div background color is #acbe04


#acbe04 Border Color

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

This div border color is #acbe04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbe04


Comments

No comments written yet.

Please login to write comment.