Color Hex Logo

#acf59b Color Hex

#ACF59B
(172,245,155)
0 Favorites   0 Comments

Color spaces of #acf59b

RGB 172245155
HSL0.300.820.78
HSV109°37°96°
CMYK 0.300.000.37   0.04
XYZ55.582176.442042.8357
Yxy76.44200.31790.4372
Hunter Lab87.4311-39.527632.1534
CIE-Lab90.0642-39.051936.3217

#acf59b color RGB value is (172,245,155).

#acf59b hex color red value is 172, green value is 245 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #acf59b hue: 0.30 , saturation: 0.82 and the lightness value of acf59b is 0.78.

The process color (four color CMYK) of #acf59b color hex is 0.30, 0.00, 0.37, 0.04. Web safe color of #acf59b is #99ff99. Color #acf59b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110101 10011011
Octal 254 365 233
Decimal 172 245 155
Hex AC F5 9B

RGB Percentages of Color #acf59b

%30.07
%42.83
%27.10

CMYK Percentages of Color #acf59b

%30
%0
%37
%4

Triadic Colors of #acf59b

#acf59b #9bacf5 #f59bac

Analogous Colors of #acf59b

#acf59b #9bf5b7 #d9f59b

Monochromatic Colors of #acf59b

#acf59b

Complementary Color

#acf59b #e49bf5

#acf59b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf59b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf59b Color CSS Codes

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

#acf59b Text Font Color

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

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


#acf59b Background Color

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

This div background color is #acf59b


#acf59b Border Color

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

This div border color is #acf59b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf59b


Comments

No comments written yet.

Please login to write comment.