Color Hex Logo

#acf38b Color Hex

#ACF38B
(172,243,139)
0 Favorites   0 Comments

Color spaces of #acf38b

RGB 172243139
HSL0.280.810.75
HSV101°43°95°
CMYK 0.290.000.43   0.05
XYZ53.724074.735936.0200
Yxy74.73590.32660.4544
Hunter Lab86.4499-40.359235.8113
CIE-Lab89.2691-40.337243.1765

#acf38b color RGB value is (172,243,139).

#acf38b hex color red value is 172, green value is 243 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #acf38b hue: 0.28 , saturation: 0.81 and the lightness value of acf38b is 0.75.

The process color (four color CMYK) of #acf38b color hex is 0.29, 0.00, 0.43, 0.05. Web safe color of #acf38b is #99ff99. Color #acf38b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110011 10001011
Octal 254 363 213
Decimal 172 243 139
Hex AC F3 8B

RGB Percentages of Color #acf38b

%31.05
%43.86
%25.09

CMYK Percentages of Color #acf38b

%29
%0
%43
%5

Triadic Colors of #acf38b

#acf38b #8bacf3 #f38bac

Analogous Colors of #acf38b

#acf38b #8bf39e #e0f38b

Monochromatic Colors of #acf38b

#acf38b

Complementary Color

#acf38b #d28bf3

#acf38b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf38b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf38b Color CSS Codes

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

#acf38b Text Font Color

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

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


#acf38b Background Color

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

This div background color is #acf38b


#acf38b Border Color

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

This div border color is #acf38b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf38b


Comments

No comments written yet.

Please login to write comment.