color codes Logo

#acf91d color codes

#ACF91D
(172,249,29)
0 Favorites   0 Comments

Color spaces of #acf91d

RGB 17224929
HSL0.230.950.55
HSV81°88°98°
CMYK 0.310.000.88   0.02
XYZ51.110776.610713.2559
Yxy76.61070.36250.5434
Hunter Lab87.5275-48.940252.2899
CIE-Lab90.1421-50.915083.8795

#acf91d color RGB value is (172,249,29).

#acf91d hex color red value is 172, green value is 249 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #acf91d hue: 0.23 , saturation: 0.95 and the lightness value of acf91d is 0.55.

The process color (four color CMYK) of #acf91d color code is 0.31, 0.00, 0.88, 0.02. Web safe color of #acf91d is #99ff33. Color #acf91d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111001 00011101
Octal 254 371 35
Decimal 172 249 29
Hex AC F9 1D

RGB Percentages of Color #acf91d

%38.22
%55.33
%6.44

CMYK Percentages of Color #acf91d

%31
%0
%88
%2

Triadic Colors of #acf91d

#acf91d #1dacf9 #f91dac

Analogous Colors of #acf91d

#acf91d #3ef91d #f9d81d

Monochromatic Colors of #acf91d

#acf91d

Complementary Color

#acf91d #6a1df9

#acf91d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf91d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf91d Color CSS Codes

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

#acf91d Text Font Color

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

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


#acf91d Background Color

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

This div background color is #acf91d


#acf91d Border Color

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

This div border color is #acf91d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf91d

Related Colors


Comments

No comments written yet.

Please login to write comment.