color codes Logo

#acf85b color codes

#ACF85B
(172,248,91)
0 Favorites   0 Comments

Color spaces of #acf85b

RGB 17224891
HSL0.250.920.66
HSV89°63°97°
CMYK 0.310.000.63   0.03
XYZ52.469076.660821.9291
Yxy76.66080.34730.5075
Hunter Lab87.5562-46.255246.4397
CIE-Lab90.1653-47.444365.8105

#acf85b color RGB value is (172,248,91).

#acf85b hex color red value is 172, green value is 248 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #acf85b hue: 0.25 , saturation: 0.92 and the lightness value of acf85b is 0.66.

The process color (four color CMYK) of #acf85b color code is 0.31, 0.00, 0.63, 0.03. Web safe color of #acf85b is #99ff66. Color #acf85b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111000 01011011
Octal 254 370 133
Decimal 172 248 91
Hex AC F8 5B

RGB Percentages of Color #acf85b

%33.66
%48.53
%17.81

CMYK Percentages of Color #acf85b

%31
%0
%63
%3

Triadic Colors of #acf85b

#acf85b #5bacf8 #f85bac

Analogous Colors of #acf85b

#acf85b #5ef85b #f8f65b

Monochromatic Colors of #acf85b

#acf85b

Complementary Color

#acf85b #a75bf8

#acf85b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf85b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf85b Color CSS Codes

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

#acf85b Text Font Color

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

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


#acf85b Background Color

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

This div background color is #acf85b


#acf85b Border Color

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

This div border color is #acf85b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf85b


Comments

No comments written yet.

Please login to write comment.