Color Hex Logo

#acdfaf Color Hex

#ACDFAF
(172,223,175)
0 Favorites   0 Comments

Color spaces of #acdfaf

RGB 172223175
HSL0.340.440.77
HSV124°23°87°
CMYK 0.230.000.22   0.13
XYZ51.138864.641250.3391
Yxy64.64120.30780.3891
Hunter Lab80.3998-27.163419.1578
CIE-Lab84.2985-25.652518.2802

#acdfaf color RGB value is (172,223,175).

#acdfaf hex color red value is 172, green value is 223 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #acdfaf hue: 0.34 , saturation: 0.44 and the lightness value of acdfaf is 0.77.

The process color (four color CMYK) of #acdfaf color hex is 0.23, 0.00, 0.22, 0.13. Web safe color of #acdfaf is #99cc99. Color #acdfaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 10101111
Octal 254 337 257
Decimal 172 223 175
Hex AC DF AF

RGB Percentages of Color #acdfaf

%30.18
%39.12
%30.70

CMYK Percentages of Color #acdfaf

%23
%0
%22
%13

Triadic Colors of #acdfaf

#acdfaf #afacdf #dfafac

Analogous Colors of #acdfaf

#acdfaf #acdfc9 #c3dfac

Monochromatic Colors of #acdfaf

#acdfaf

Complementary Color

#acdfaf #dfacdc

#acdfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdfaf Color CSS Codes

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

#acdfaf Text Font Color

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

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


#acdfaf Background Color

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

This div background color is #acdfaf


#acdfaf Border Color

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

This div border color is #acdfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdfaf


Comments

No comments written yet.

Please login to write comment.