Color Hex Logo

#acf955 Color Hex

#ACF955
(172,249,85)
0 Favorites   0 Comments

Color spaces of #acf955

RGB 17224985
HSL0.240.930.65
HSV88°66°98°
CMYK 0.310.000.66   0.02
XYZ52.528677.177920.7226
Yxy77.17790.34920.5131
Hunter Lab87.8510-47.008947.5101
CIE-Lab90.4034-48.315768.4118

#acf955 color RGB value is (172,249,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111001 01010101
Octal 254 371 125
Decimal 172 249 85
Hex AC F9 55

RGB Percentages of Color #acf955

%33.99
%49.21
%16.80

CMYK Percentages of Color #acf955

%31
%0
%66
%2

Triadic Colors of #acf955

#acf955 #55acf9 #f955ac

Analogous Colors of #acf955

#acf955 #5af955 #f9f455

Monochromatic Colors of #acf955

#acf955

Complementary Color

#acf955 #a255f9

#acf955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf955 Color CSS Codes

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

#acf955 Text Font Color

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

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


#acf955 Background Color

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

This div background color is #acf955


#acf955 Border Color

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

This div border color is #acf955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf955


Comments

No comments written yet.

Please login to write comment.