Color Hex Logo

#ffbcac Color Hex

#FFBCAC
(255,188,172)
0 Favorites   0 Comments

Color spaces of #ffbcac

RGB 255188172
HSL0.031.000.84
HSV12°33°100°
CMYK 0.000.260.33   0.00
XYZ66.669660.205047.1366
Yxy60.20500.38310.3460
Hunter Lab77.591917.587518.2960
CIE-Lab81.949522.059817.5818

#ffbcac color RGB value is (255,188,172).

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

The process color (four color CMYK) of #ffbcac color hex is 0.00, 0.26, 0.33, 0.00. Web safe color of #ffbcac is #ffcc99. Color #ffbcac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111100 10101100
Octal 377 274 254
Decimal 255 188 172
Hex FF BC AC

RGB Percentages of Color #ffbcac

%41.46
%30.57
%27.97

CMYK Percentages of Color #ffbcac

%0
%26
%33
%0

Triadic Colors of #ffbcac

#ffbcac #acffbc #bcacff

Analogous Colors of #ffbcac

#ffbcac #ffe6ac #ffacc6

Monochromatic Colors of #ffbcac

#ffbcac

Complementary Color

#ffbcac #acefff

#ffbcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbcac Color CSS Codes

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

#ffbcac Text Font Color

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

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


#ffbcac Background Color

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

This div background color is #ffbcac


#ffbcac Border Color

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

This div border color is #ffbcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbcac

Related Colors


Comments

No comments written yet.

Please login to write comment.