Color Hex Logo

#acf385 Color Hex

#ACF385
(172,243,133)
0 Favorites   0 Comments

Color spaces of #acf385

RGB 172243133
HSL0.270.820.74
HSV99°45°95°
CMYK 0.290.000.45   0.05
XYZ53.297574.565333.7738
Yxy74.56530.32970.4613
Hunter Lab86.3512-40.941237.2563
CIE-Lab89.1890-41.088645.9755

#acf385 color RGB value is (172,243,133).

#acf385 hex color red value is 172, green value is 243 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #acf385 hue: 0.27 , saturation: 0.82 and the lightness value of acf385 is 0.74.

The process color (four color CMYK) of #acf385 color hex is 0.29, 0.00, 0.45, 0.05. Web safe color of #acf385 is #99ff99. Color #acf385 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110011 10000101
Octal 254 363 205
Decimal 172 243 133
Hex AC F3 85

RGB Percentages of Color #acf385

%31.39
%44.34
%24.27

CMYK Percentages of Color #acf385

%29
%0
%45
%5

Triadic Colors of #acf385

#acf385 #85acf3 #f385ac

Analogous Colors of #acf385

#acf385 #85f395 #e3f385

Monochromatic Colors of #acf385

#acf385

Complementary Color

#acf385 #cc85f3

#acf385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf385 Color CSS Codes

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

#acf385 Text Font Color

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

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


#acf385 Background Color

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

This div background color is #acf385


#acf385 Border Color

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

This div border color is #acf385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf385


Comments

No comments written yet.

Please login to write comment.