Color Hex Logo

#acf07b Color Hex

#ACF07B
(172,240,123)
0 Favorites   0 Comments

Color spaces of #acf07b

RGB 172240123
HSL0.260.800.71
HSV95°49°94°
CMYK 0.280.000.49   0.06
XYZ51.748572.520930.0094
Yxy72.52090.33540.4701
Hunter Lab85.1592-40.559938.7181
CIE-Lab88.2187-40.940249.5320

#acf07b color RGB value is (172,240,123).

#acf07b hex color red value is 172, green value is 240 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #acf07b hue: 0.26 , saturation: 0.80 and the lightness value of acf07b is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110000 01111011
Octal 254 360 173
Decimal 172 240 123
Hex AC F0 7B

RGB Percentages of Color #acf07b

%32.15
%44.86
%22.99

CMYK Percentages of Color #acf07b

%28
%0
%49
%6

Triadic Colors of #acf07b

#acf07b #7bacf0 #f07bac

Analogous Colors of #acf07b

#acf07b #7bf085 #e7f07b

Monochromatic Colors of #acf07b

#acf07b

Complementary Color

#acf07b #bf7bf0

#acf07b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf07b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf07b Color CSS Codes

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

#acf07b Text Font Color

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

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


#acf07b Background Color

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

This div background color is #acf07b


#acf07b Border Color

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

This div border color is #acf07b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf07b


Comments

No comments written yet.

Please login to write comment.