Color Hex Logo

#acf390 Color Hex

#ACF390
(172,243,144)
0 Favorites   0 Comments

Color spaces of #acf390

RGB 172243144
HSL0.290.800.76
HSV103°41°95°
CMYK 0.290.000.41   0.05
XYZ54.097974.885537.9886
Yxy74.88550.32400.4485
Hunter Lab86.5364-39.850134.5478
CIE-Lab89.3393-39.683040.8222

#acf390 color RGB value is (172,243,144).

#acf390 hex color red value is 172, green value is 243 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #acf390 hue: 0.29 , saturation: 0.80 and the lightness value of acf390 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110011 10010000
Octal 254 363 220
Decimal 172 243 144
Hex AC F3 90

RGB Percentages of Color #acf390

%30.77
%43.47
%25.76

CMYK Percentages of Color #acf390

%29
%0
%41
%5

Triadic Colors of #acf390

#acf390 #90acf3 #f390ac

Analogous Colors of #acf390

#acf390 #90f3a6 #def390

Monochromatic Colors of #acf390

#acf390

Complementary Color

#acf390 #d790f3

#acf390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf390 Color CSS Codes

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

#acf390 Text Font Color

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

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


#acf390 Background Color

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

This div background color is #acf390


#acf390 Border Color

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

This div border color is #acf390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf390


Comments

No comments written yet.

Please login to write comment.