Color Hex Logo

#ffbcb4 Color Hex

#FFBCB4
(255,188,180)
0 Favorites   0 Comments

Color spaces of #ffbcb4

RGB 255188180
HSL0.021.000.85
HSV29°100°
CMYK 0.000.260.29   0.00
XYZ67.461460.521751.3063
Yxy60.52170.37630.3376
Hunter Lab77.795718.645815.3552
CIE-Lab82.120923.072613.5416

#ffbcb4 color RGB value is (255,188,180).

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

The process color (four color CMYK) of #ffbcb4 color hex is 0.00, 0.26, 0.29, 0.00. Web safe color of #ffbcb4 is #ffcccc. Color #ffbcb4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111100 10110100
Octal 377 274 264
Decimal 255 188 180
Hex FF BC B4

RGB Percentages of Color #ffbcb4

%40.93
%30.18
%28.89

CMYK Percentages of Color #ffbcb4

%0
%26
%29
%0

Triadic Colors of #ffbcb4

#ffbcb4 #b4ffbc #bcb4ff

Analogous Colors of #ffbcb4

#ffbcb4 #ffe2b4 #ffb4d2

Monochromatic Colors of #ffbcb4

#ffbcb4

Complementary Color

#ffbcb4 #b4f7ff

#ffbcb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbcb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbcb4 Color CSS Codes

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

#ffbcb4 Text Font Color

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

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


#ffbcb4 Background Color

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

This div background color is #ffbcb4


#ffbcb4 Border Color

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

This div border color is #ffbcb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbcb4

Related Colors

#ffbcb4 Color Palettes


Comments

No comments written yet.

Please login to write comment.