Color Hex Logo

#acf98b Color Hex

#ACF98B
(172,249,139)
0 Favorites   0 Comments

Color spaces of #acf98b

RGB 172249139
HSL0.280.900.76
HSV102°44°98°
CMYK 0.310.000.44   0.02
XYZ55.549178.386136.6284
Yxy78.38610.32570.4596
Hunter Lab88.5359-42.943637.4461
CIE-Lab90.9558-42.977945.3101

#acf98b color RGB value is (172,249,139).

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

The process color (four color CMYK) of #acf98b color hex is 0.31, 0.00, 0.44, 0.02. Web safe color of #acf98b is #99ff99. Color #acf98b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111001 10001011
Octal 254 371 213
Decimal 172 249 139
Hex AC F9 8B

RGB Percentages of Color #acf98b

%30.71
%44.46
%24.82

CMYK Percentages of Color #acf98b

%31
%0
%44
%2

Triadic Colors of #acf98b

#acf98b #8bacf9 #f98bac

Analogous Colors of #acf98b

#acf98b #8bf9a1 #e3f98b

Monochromatic Colors of #acf98b

#acf98b

Complementary Color

#acf98b #d88bf9

#acf98b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf98b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf98b Color CSS Codes

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

#acf98b Text Font Color

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

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


#acf98b Background Color

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

This div background color is #acf98b


#acf98b Border Color

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

This div border color is #acf98b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,249,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 #acf98b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf98b


Comments

No comments written yet.

Please login to write comment.