Color Hex Logo

#acf765 Color Hex

#ACF765
(172,247,101)
0 Favorites   0 Comments

Color spaces of #acf765

RGB 172247101
HSL0.250.900.68
HSV91°59°97°
CMYK 0.300.000.59   0.03
XYZ52.623076.231824.2526
Yxy76.23180.34370.4979
Hunter Lab87.3108-45.210444.6484
CIE-Lab89.9669-46.188261.4661

#acf765 color RGB value is (172,247,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110111 01100101
Octal 254 367 145
Decimal 172 247 101
Hex AC F7 65

RGB Percentages of Color #acf765

%33.08
%47.50
%19.42

CMYK Percentages of Color #acf765

%30
%0
%59
%3

Triadic Colors of #acf765

#acf765 #65acf7 #f765ac

Analogous Colors of #acf765

#acf765 #65f767 #f5f765

Monochromatic Colors of #acf765

#acf765

Complementary Color

#acf765 #b065f7

#acf765 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf765 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf765 Color CSS Codes

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

#acf765 Text Font Color

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

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


#acf765 Background Color

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

This div background color is #acf765


#acf765 Border Color

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

This div border color is #acf765


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,247,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 #acf765">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf765

Related Colors


Comments

No comments written yet.

Please login to write comment.