Color Hex Logo

#acf058 Color Hex

#ACF058
(172,240,88)
0 Favorites   0 Comments

Color spaces of #acf058

RGB 17224088
HSL0.240.840.64
HSV87°63°94°
CMYK 0.280.000.63   0.06
XYZ49.934871.795420.4586
Yxy71.79540.35120.5049
Hunter Lab84.7322-43.086744.9969
CIE-Lab87.8700-44.263864.5344

#acf058 color RGB value is (172,240,88).

#acf058 hex color red value is 172, green value is 240 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #acf058 hue: 0.24 , saturation: 0.84 and the lightness value of acf058 is 0.64.

The process color (four color CMYK) of #acf058 color hex is 0.28, 0.00, 0.63, 0.06. Web safe color of #acf058 is #99ff66. Color #acf058 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110000 01011000
Octal 254 360 130
Decimal 172 240 88
Hex AC F0 58

RGB Percentages of Color #acf058

%34.40
%48.00
%17.60

CMYK Percentages of Color #acf058

%28
%0
%63
%6

Triadic Colors of #acf058

#acf058 #58acf0 #f058ac

Analogous Colors of #acf058

#acf058 #60f058 #f0e858

Monochromatic Colors of #acf058

#acf058

Complementary Color

#acf058 #9c58f0

#acf058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf058 Color CSS Codes

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

#acf058 Text Font Color

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

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


#acf058 Background Color

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

This div background color is #acf058


#acf058 Border Color

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

This div border color is #acf058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf058


Comments

No comments written yet.

Please login to write comment.