Color Hex Logo

#acf65d Color Hex

#ACF65D
(172,246,93)
0 Favorites   0 Comments

Color spaces of #acf65d

RGB 17224693
HSL0.250.890.66
HSV89°62°96°
CMYK 0.300.000.62   0.04
XYZ51.944875.472522.1858
Yxy75.47250.34720.5045
Hunter Lab86.8749-45.301245.6712
CIE-Lab89.6139-46.438164.4041

#acf65d color RGB value is (172,246,93).

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

The process color (four color CMYK) of #acf65d color hex is 0.30, 0.00, 0.62, 0.04. Web safe color of #acf65d is #99ff66. Color #acf65d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110110 01011101
Octal 254 366 135
Decimal 172 246 93
Hex AC F6 5D

RGB Percentages of Color #acf65d

%33.66
%48.14
%18.20

CMYK Percentages of Color #acf65d

%30
%0
%62
%4

Triadic Colors of #acf65d

#acf65d #5dacf6 #f65dac

Analogous Colors of #acf65d

#acf65d #5ff65d #f6f45d

Monochromatic Colors of #acf65d

#acf65d

Complementary Color

#acf65d #a75df6

#acf65d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf65d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf65d Color CSS Codes

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

#acf65d Text Font Color

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

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


#acf65d Background Color

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

This div background color is #acf65d


#acf65d Border Color

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

This div border color is #acf65d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf65d


Comments

No comments written yet.

Please login to write comment.