Color Hex Logo

#acf769 Color Hex

#ACF769
(172,247,105)
0 Favorites   0 Comments

Color spaces of #acf769

RGB 172247105
HSL0.250.900.69
HSV92°57°97°
CMYK 0.300.000.57   0.03
XYZ52.823876.312125.3102
Yxy76.31210.34200.4941
Hunter Lab87.3568-44.937243.9715
CIE-Lab90.0040-45.827059.7930

#acf769 color RGB value is (172,247,105).

#acf769 hex color red value is 172, green value is 247 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #acf769 hue: 0.25 , saturation: 0.90 and the lightness value of acf769 is 0.69.

The process color (four color CMYK) of #acf769 color hex is 0.30, 0.00, 0.57, 0.03. Web safe color of #acf769 is #99ff66. Color #acf769 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110111 01101001
Octal 254 367 151
Decimal 172 247 105
Hex AC F7 69

RGB Percentages of Color #acf769

%32.82
%47.14
%20.04

CMYK Percentages of Color #acf769

%30
%0
%57
%3

Triadic Colors of #acf769

#acf769 #69acf7 #f769ac

Analogous Colors of #acf769

#acf769 #69f76d #f3f769

Monochromatic Colors of #acf769

#acf769

Complementary Color

#acf769 #b469f7

#acf769 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf769 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf769 Color CSS Codes

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

#acf769 Text Font Color

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

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


#acf769 Background Color

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

This div background color is #acf769


#acf769 Border Color

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

This div border color is #acf769


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf769


Comments

No comments written yet.

Please login to write comment.