Color Hex Logo

#acffdb Color Hex

#ACFFDB
(172,255,219)
0 Favorites   0 Comments

Color spaces of #acffdb

RGB 172255219
HSL0.431.000.84
HSV154°33°100°
CMYK 0.330.000.14   0.00
XYZ65.559485.405180.0473
Yxy85.40510.28380.3697
Hunter Lab92.4149-35.097613.3350
CIE-Lab94.0574-32.60939.2479

#acffdb color RGB value is (172,255,219).

#acffdb hex color red value is 172, green value is 255 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #acffdb hue: 0.43 , saturation: 1.00 and the lightness value of acffdb is 0.84.

The process color (four color CMYK) of #acffdb color hex is 0.33, 0.00, 0.14, 0.00. Web safe color of #acffdb is #99ffcc. Color #acffdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111111 11011011
Octal 254 377 333
Decimal 172 255 219
Hex AC FF DB

RGB Percentages of Color #acffdb

%26.63
%39.47
%33.90

CMYK Percentages of Color #acffdb

%33
%0
%14
%0

Triadic Colors of #acffdb

#acffdb #dbacff #ffdbac

Analogous Colors of #acffdb

#acffdb #acfaff #acffb2

Monochromatic Colors of #acffdb

#acffdb

Complementary Color

#acffdb #ffacd0

#acffdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acffdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acffdb Color CSS Codes

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

#acffdb Text Font Color

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

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


#acffdb Background Color

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

This div background color is #acffdb


#acffdb Border Color

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

This div border color is #acffdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,255,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 #acffdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acffdb


Comments

No comments written yet.

Please login to write comment.