Color Hex Logo

#acdfdc Color Hex

#ACDFDC
(172,223,220)
0 Favorites   0 Comments

Color spaces of #acdfdc

RGB 172223220
HSL0.490.440.77
HSV176°23°87°
CMYK 0.230.000.01   0.13
XYZ56.319266.713377.6188
Yxy66.71330.28070.3325
Hunter Lab81.6782-19.85660.8315
CIE-Lab85.3590-16.9307-3.9052

#acdfdc color RGB value is (172,223,220).

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

The process color (four color CMYK) of #acdfdc color hex is 0.23, 0.00, 0.01, 0.13. Web safe color of #acdfdc is #99cccc. Color #acdfdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 11011100
Octal 254 337 334
Decimal 172 223 220
Hex AC DF DC

RGB Percentages of Color #acdfdc

%27.97
%36.26
%35.77

CMYK Percentages of Color #acdfdc

%23
%0
%1
%13

Triadic Colors of #acdfdc

#acdfdc #dcacdf #dfdcac

Analogous Colors of #acdfdc

#acdfdc #acc9df #acdfc3

Monochromatic Colors of #acdfdc

#acdfdc

Complementary Color

#acdfdc #dfacaf

#acdfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdfdc Color CSS Codes

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

#acdfdc Text Font Color

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

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


#acdfdc Background Color

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

This div background color is #acdfdc


#acdfdc Border Color

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

This div border color is #acdfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdfdc


Comments

No comments written yet.

Please login to write comment.