Color Hex Logo

#acf953 Color Hex

#ACF953
(172,249,83)
0 Favorites   0 Comments

Color spaces of #acf953

RGB 17224983
HSL0.240.930.65
HSV88°67°98°
CMYK 0.310.000.67   0.02
XYZ52.450377.146620.3100
Yxy77.14660.34990.5146
Hunter Lab87.8331-47.115247.7733
CIE-Lab90.3890-48.457769.1556

#acf953 color RGB value is (172,249,83).

#acf953 hex color red value is 172, green value is 249 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #acf953 hue: 0.24 , saturation: 0.93 and the lightness value of acf953 is 0.65.

The process color (four color CMYK) of #acf953 color hex is 0.31, 0.00, 0.67, 0.02. Web safe color of #acf953 is #99ff66. Color #acf953 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111001 01010011
Octal 254 371 123
Decimal 172 249 83
Hex AC F9 53

RGB Percentages of Color #acf953

%34.13
%49.40
%16.47

CMYK Percentages of Color #acf953

%31
%0
%67
%2

Triadic Colors of #acf953

#acf953 #53acf9 #f953ac

Analogous Colors of #acf953

#acf953 #59f953 #f9f353

Monochromatic Colors of #acf953

#acf953

Complementary Color

#acf953 #a053f9

#acf953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf953 Color CSS Codes

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

#acf953 Text Font Color

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

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


#acf953 Background Color

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

This div background color is #acf953


#acf953 Border Color

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

This div border color is #acf953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf953


Comments

No comments written yet.

Please login to write comment.