Color Hex Logo

#acdfda Color Hex

#ACDFDA
(172,223,218)
0 Favorites   0 Comments

Color spaces of #acdfda

RGB 172223218
HSL0.480.440.77
HSV174°23°87°
CMYK 0.230.000.02   0.13
XYZ56.055866.608076.2318
Yxy66.60800.28180.3349
Hunter Lab81.6137-20.22261.7494
CIE-Lab85.3056-17.3564-2.9266

#acdfda color RGB value is (172,223,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 11011010
Octal 254 337 332
Decimal 172 223 218
Hex AC DF DA

RGB Percentages of Color #acdfda

%28.06
%36.38
%35.56

CMYK Percentages of Color #acdfda

%23
%0
%2
%13

Triadic Colors of #acdfda

#acdfda #daacdf #dfdaac

Analogous Colors of #acdfda

#acdfda #accbdf #acdfc1

Monochromatic Colors of #acdfda

#acdfda

Complementary Color

#acdfda #dfacb1

#acdfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdfda Color CSS Codes

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

#acdfda Text Font Color

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

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


#acdfda Background Color

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

This div background color is #acdfda


#acdfda Border Color

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

This div border color is #acdfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdfda


Comments

No comments written yet.

Please login to write comment.