Color Hex Logo

#acf628 Color Hex

#ACF628
(172,246,40)
0 Favorites   0 Comments

Color spaces of #acf628

RGB 17224640
HSL0.230.920.56
HSV82°84°96°
CMYK 0.300.000.84   0.04
XYZ50.352074.835413.7983
Yxy74.83540.36230.5384
Hunter Lab86.5075-47.491451.0982
CIE-Lab89.3158-49.375381.1209

#acf628 color RGB value is (172,246,40).

#acf628 hex color red value is 172, green value is 246 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #acf628 hue: 0.23 , saturation: 0.92 and the lightness value of acf628 is 0.56.

The process color (four color CMYK) of #acf628 color hex is 0.30, 0.00, 0.84, 0.04. Web safe color of #acf628 is #99ff33. Color #acf628 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110110 00101000
Octal 254 366 50
Decimal 172 246 40
Hex AC F6 28

RGB Percentages of Color #acf628

%37.55
%53.71
%8.73

CMYK Percentages of Color #acf628

%30
%0
%84
%4

Triadic Colors of #acf628

#acf628 #28acf6 #f628ac

Analogous Colors of #acf628

#acf628 #45f628 #f6d928

Monochromatic Colors of #acf628

#acf628

Complementary Color

#acf628 #7228f6

#acf628 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf628 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf628 Color CSS Codes

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

#acf628 Text Font Color

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

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


#acf628 Background Color

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

This div background color is #acf628


#acf628 Border Color

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

This div border color is #acf628


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf628


Comments

No comments written yet.

Please login to write comment.