Color Hex Logo

#acf383 Color Hex

#ACF383
(172,243,131)
0 Favorites   0 Comments

Color spaces of #acf383

RGB 172243131
HSL0.270.820.73
HSV98°46°95°
CMYK 0.290.000.46   0.05
XYZ53.160674.510533.0528
Yxy74.51050.33080.4636
Hunter Lab86.3195-41.128337.7207
CIE-Lab89.1632-41.330846.9014

#acf383 color RGB value is (172,243,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110011 10000011
Octal 254 363 203
Decimal 172 243 131
Hex AC F3 83

RGB Percentages of Color #acf383

%31.50
%44.51
%23.99

CMYK Percentages of Color #acf383

%29
%0
%46
%5

Triadic Colors of #acf383

#acf383 #83acf3 #f383ac

Analogous Colors of #acf383

#acf383 #83f392 #e4f383

Monochromatic Colors of #acf383

#acf383

Complementary Color

#acf383 #ca83f3

#acf383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf383 Color CSS Codes

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

#acf383 Text Font Color

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

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


#acf383 Background Color

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

This div background color is #acf383


#acf383 Border Color

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

This div border color is #acf383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf383


Comments

No comments written yet.

Please login to write comment.