Color Hex Logo

#acdf65 Color Hex

#ACDF65
(172,223,101)
0 Favorites   0 Comments

Color spaces of #acdf65

RGB 172223101
HSL0.240.660.64
HSV85°55°87°
CMYK 0.230.000.55   0.13
XYZ45.749962.485621.9616
Yxy62.48560.35140.4799
Hunter Lab79.0478-35.024738.8611
CIE-Lab83.1710-35.610553.6935

#acdf65 color RGB value is (172,223,101).

#acdf65 hex color red value is 172, green value is 223 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #acdf65 hue: 0.24 , saturation: 0.66 and the lightness value of acdf65 is 0.64.

The process color (four color CMYK) of #acdf65 color hex is 0.23, 0.00, 0.55, 0.13. Web safe color of #acdf65 is #99cc66. Color #acdf65 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 01100101
Octal 254 337 145
Decimal 172 223 101
Hex AC DF 65

RGB Percentages of Color #acdf65

%34.68
%44.96
%20.36

CMYK Percentages of Color #acdf65

%23
%0
%55
%13

Triadic Colors of #acdf65

#acdf65 #65acdf #df65ac

Analogous Colors of #acdf65

#acdf65 #6fdf65 #dfd565

Monochromatic Colors of #acdf65

#acdf65

Complementary Color

#acdf65 #9865df

#acdf65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdf65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdf65 Color CSS Codes

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

#acdf65 Text Font Color

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

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


#acdf65 Background Color

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

This div background color is #acdf65


#acdf65 Border Color

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

This div border color is #acdf65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdf65


Comments

No comments written yet.

Please login to write comment.