Color Hex Logo

#acf935 Color Hex

#ACF935
(172,249,53)
0 Favorites   0 Comments

Color spaces of #acf935

RGB 17224953
HSL0.230.940.59
HSV84°79°98°
CMYK 0.310.000.79   0.02
XYZ51.531576.779115.4720
Yxy76.77910.35840.5340
Hunter Lab87.6237-48.365650.8675
CIE-Lab90.2198-50.137278.7717

#acf935 color RGB value is (172,249,53).

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

The process color (four color CMYK) of #acf935 color hex is 0.31, 0.00, 0.79, 0.02. Web safe color of #acf935 is #99ff33. Color #acf935 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111001 00110101
Octal 254 371 65
Decimal 172 249 53
Hex AC F9 35

RGB Percentages of Color #acf935

%36.29
%52.53
%11.18

CMYK Percentages of Color #acf935

%31
%0
%79
%2

Triadic Colors of #acf935

#acf935 #35acf9 #f935ac

Analogous Colors of #acf935

#acf935 #4af935 #f9e435

Monochromatic Colors of #acf935

#acf935

Complementary Color

#acf935 #8235f9

#acf935 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf935 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf935 Color CSS Codes

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

#acf935 Text Font Color

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

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


#acf935 Background Color

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

This div background color is #acf935


#acf935 Border Color

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

This div border color is #acf935


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf935


Comments

No comments written yet.

Please login to write comment.