Color Hex Logo

#acfa90 Color Hex

#ACFA90
(172,250,144)
0 Favorites   0 Comments

Color spaces of #acfa90

RGB 172250144
HSL0.290.910.77
HSV104°42°98°
CMYK 0.310.000.42   0.02
XYZ56.232979.155538.7003
Yxy79.15550.32300.4547
Hunter Lab88.9694-42.875936.4883
CIE-Lab91.3046-42.773143.3368

#acfa90 color RGB value is (172,250,144).

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

The process color (four color CMYK) of #acfa90 color hex is 0.31, 0.00, 0.42, 0.02. Web safe color of #acfa90 is #99ff99. Color #acfa90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111010 10010000
Octal 254 372 220
Decimal 172 250 144
Hex AC FA 90

RGB Percentages of Color #acfa90

%30.39
%44.17
%25.44

CMYK Percentages of Color #acfa90

%31
%0
%42
%2

Triadic Colors of #acfa90

#acfa90 #90acfa #fa90ac

Analogous Colors of #acfa90

#acfa90 #90faa9 #e1fa90

Monochromatic Colors of #acfa90

#acfa90

Complementary Color

#acfa90 #de90fa

#acfa90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfa90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfa90 Color CSS Codes

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

#acfa90 Text Font Color

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

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


#acfa90 Background Color

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

This div background color is #acfa90


#acfa90 Border Color

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

This div border color is #acfa90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfa90


Comments

No comments written yet.

Please login to write comment.