Color Hex Logo

#ffbcbd Color Hex

#FFBCBD
(255,188,189)
0 Favorites   0 Comments

Color spaces of #ffbcbd

RGB 255188189
HSL1.001.000.87
HSV359°26°100°
CMYK 0.000.260.26   0.00
XYZ68.408560.900656.2936
Yxy60.90060.36860.3281
Hunter Lab78.038819.904311.8581
CIE-Lab82.325324.26939.0062

#ffbcbd color RGB value is (255,188,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111100 10111101
Octal 377 274 275
Decimal 255 188 189
Hex FF BC BD

RGB Percentages of Color #ffbcbd

%40.35
%29.75
%29.91

CMYK Percentages of Color #ffbcbd

%0
%26
%26
%0

Triadic Colors of #ffbcbd

#ffbcbd #bdffbc #bcbdff

Analogous Colors of #ffbcbd

#ffbcbd #ffddbc #ffbcdf

Monochromatic Colors of #ffbcbd

#ffbcbd

Complementary Color

#ffbcbd #bcfffe

#ffbcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbcbd Color CSS Codes

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

#ffbcbd Text Font Color

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

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


#ffbcbd Background Color

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

This div background color is #ffbcbd


#ffbcbd Border Color

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

This div border color is #ffbcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbcbd


Comments

No comments written yet.

Please login to write comment.