Color Hex Logo

#ffacdb Color Hex

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

Color spaces of #ffacdb

RGB 255172219
HSL0.911.000.84
HSV326°33°100°
CMYK 0.000.330.14   0.00
XYZ68.778755.879574.1786
Yxy55.87950.34590.2810
Hunter Lab74.752633.4180-6.5079
CIE-Lab79.545237.0593-11.2494

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

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

The process color (four color CMYK) of #ffacdb color hex is 0.00, 0.33, 0.14, 0.00. Web safe color of #ffacdb is #ff99cc. Color #ffacdb contains mainly RED color.

Base Numbers

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

RGB Percentages of Color #ffacdb

%39.47
%26.63
%33.90

CMYK Percentages of Color #ffacdb

%0
%33
%14
%0

Triadic Colors of #ffacdb

#ffacdb #dbffac #acdbff

Analogous Colors of #ffacdb

#ffacdb #ffacb2 #faacff

Monochromatic Colors of #ffacdb

#ffacdb

Complementary Color

#ffacdb #acffd0

#ffacdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffacdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffacdb Color CSS Codes

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

#ffacdb Text Font Color

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

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


#ffacdb Background Color

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

This div background color is #ffacdb


#ffacdb Border Color

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

This div border color is #ffacdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffacdb


Comments

No comments written yet.

Please login to write comment.