Color Hex Logo

#ffaccb Color Hex

#FFACCB
(255,172,203)
0 Favorites   0 Comments

Color spaces of #ffaccb

RGB 255172203
HSL0.941.000.84
HSV338°33°100°
CMYK 0.000.330.20   0.00
XYZ66.772055.076863.6115
Yxy55.07680.36000.2970
Hunter Lab74.213730.72691.1298
CIE-Lab79.085534.6320-3.2540

#ffaccb color RGB value is (255,172,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101100 11001011
Octal 377 254 313
Decimal 255 172 203
Hex FF AC CB

RGB Percentages of Color #ffaccb

%40.48
%27.30
%32.22

CMYK Percentages of Color #ffaccb

%0
%33
%20
%0

Triadic Colors of #ffaccb

#ffaccb #cbffac #accbff

Analogous Colors of #ffaccb

#ffaccb #ffb7ac #ffacf5

Monochromatic Colors of #ffaccb

#ffaccb

Complementary Color

#ffaccb #acffe0

#ffaccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaccb Color CSS Codes

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

#ffaccb Text Font Color

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

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


#ffaccb Background Color

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

This div background color is #ffaccb


#ffaccb Border Color

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

This div border color is #ffaccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaccb

Related Colors


Comments

No comments written yet.

Please login to write comment.