Color Hex Logo

#acdfae Color Hex

#ACDFAE
(172,223,174)
0 Favorites   0 Comments

Color spaces of #acdfae

RGB 172223174
HSL0.340.440.77
HSV122°23°87°
CMYK 0.230.000.22   0.13
XYZ51.040964.602049.8237
Yxy64.60200.30850.3904
Hunter Lab80.3754-27.303819.5096
CIE-Lab84.2782-25.824718.7748

#acdfae color RGB value is (172,223,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 10101110
Octal 254 337 256
Decimal 172 223 174
Hex AC DF AE

RGB Percentages of Color #acdfae

%30.23
%39.19
%30.58

CMYK Percentages of Color #acdfae

%23
%0
%22
%13

Triadic Colors of #acdfae

#acdfae #aeacdf #dfaeac

Analogous Colors of #acdfae

#acdfae #acdfc8 #c4dfac

Monochromatic Colors of #acdfae

#acdfae

Complementary Color

#acdfae #dfacdd

#acdfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdfae Color CSS Codes

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

#acdfae Text Font Color

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

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


#acdfae Background Color

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

This div background color is #acdfae


#acdfae Border Color

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

This div border color is #acdfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdfae


Comments

No comments written yet.

Please login to write comment.