Color Hex Logo

#ffaacb Color Hex

#FFAACB
(255,170,203)
0 Favorites   0 Comments

Color spaces of #ffaacb

RGB 255170203
HSL0.941.000.83
HSV337°33°100°
CMYK 0.000.330.20   0.00
XYZ66.394254.321263.4856
Yxy54.32120.36040.2949
Hunter Lab73.702931.81900.5213
CIE-Lab78.648735.6750-3.8967

#ffaacb color RGB value is (255,170,203).

#ffaacb hex color red value is 255, green value is 170 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ffaacb hue: 0.94 , saturation: 1.00 and the lightness value of ffaacb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101010 11001011
Octal 377 252 313
Decimal 255 170 203
Hex FF AA CB

RGB Percentages of Color #ffaacb

%40.61
%27.07
%32.32

CMYK Percentages of Color #ffaacb

%0
%33
%20
%0

Triadic Colors of #ffaacb

#ffaacb #cbffaa #aacbff

Analogous Colors of #ffaacb

#ffaacb #ffb4aa #ffaaf6

Monochromatic Colors of #ffaacb

#ffaacb

Complementary Color

#ffaacb #aaffde

#ffaacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaacb Color CSS Codes

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

#ffaacb Text Font Color

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

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


#ffaacb Background Color

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

This div background color is #ffaacb


#ffaacb Border Color

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

This div border color is #ffaacb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,170,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaacb

#ffaacb Color Palettes


Comments

No comments written yet.

Please login to write comment.