Color Hex Logo

#acf767 Color Hex

#ACF767
(172,247,103)
0 Favorites   0 Comments

Color spaces of #acf767

RGB 172247103
HSL0.250.900.69
HSV91°58°97°
CMYK 0.300.000.58   0.03
XYZ52.722276.271524.7751
Yxy76.27150.34290.4960
Hunter Lab87.3336-45.075544.3139
CIE-Lab89.9852-46.009760.6333

#acf767 color RGB value is (172,247,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110111 01100111
Octal 254 367 147
Decimal 172 247 103
Hex AC F7 67

RGB Percentages of Color #acf767

%32.95
%47.32
%19.73

CMYK Percentages of Color #acf767

%30
%0
%58
%3

Triadic Colors of #acf767

#acf767 #67acf7 #f767ac

Analogous Colors of #acf767

#acf767 #67f76a #f4f767

Monochromatic Colors of #acf767

#acf767

Complementary Color

#acf767 #b267f7

#acf767 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf767 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf767 Color CSS Codes

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

#acf767 Text Font Color

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

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


#acf767 Background Color

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

This div background color is #acf767


#acf767 Border Color

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

This div border color is #acf767


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf767

Related Colors


Comments

No comments written yet.

Please login to write comment.