Color Hex Logo

#acdfdb Color Hex

#ACDFDB
(172,223,219)
0 Favorites   0 Comments

Color spaces of #acdfdb

RGB 172223219
HSL0.490.440.77
HSV175°23°87°
CMYK 0.230.000.02   0.13
XYZ56.187166.660576.9232
Yxy66.66050.28130.3337
Hunter Lab81.6459-20.04011.2917
CIE-Lab85.3322-17.1440-3.4160

#acdfdb color RGB value is (172,223,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 11011011
Octal 254 337 333
Decimal 172 223 219
Hex AC DF DB

RGB Percentages of Color #acdfdb

%28.01
%36.32
%35.67

CMYK Percentages of Color #acdfdb

%23
%0
%2
%13

Triadic Colors of #acdfdb

#acdfdb #dbacdf #dfdbac

Analogous Colors of #acdfdb

#acdfdb #accadf #acdfc2

Monochromatic Colors of #acdfdb

#acdfdb

Complementary Color

#acdfdb #dfacb0

#acdfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdfdb Color CSS Codes

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

#acdfdb Text Font Color

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

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


#acdfdb Background Color

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

This div background color is #acdfdb


#acdfdb Border Color

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

This div border color is #acdfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdfdb


Comments

No comments written yet.

Please login to write comment.