Color Hex Logo

#ffbcad Color Hex

#FFBCAD
(255,188,173)
0 Favorites   0 Comments

Color spaces of #ffbcad

RGB 255188173
HSL0.031.000.84
HSV11°32°100°
CMYK 0.000.260.32   0.00
XYZ66.766060.243647.6444
Yxy60.24360.38230.3449
Hunter Lab77.616817.716517.9370
CIE-Lab81.970422.183617.0765

#ffbcad color RGB value is (255,188,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111100 10101101
Octal 377 274 255
Decimal 255 188 173
Hex FF BC AD

RGB Percentages of Color #ffbcad

%41.40
%30.52
%28.08

CMYK Percentages of Color #ffbcad

%0
%26
%32
%0

Triadic Colors of #ffbcad

#ffbcad #adffbc #bcadff

Analogous Colors of #ffbcad

#ffbcad #ffe5ad #ffadc7

Monochromatic Colors of #ffbcad

#ffbcad

Complementary Color

#ffbcad #adf0ff

#ffbcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbcad Color CSS Codes

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

#ffbcad Text Font Color

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

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


#ffbcad Background Color

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

This div background color is #ffbcad


#ffbcad Border Color

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

This div border color is #ffbcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbcad

Related Colors


Comments

No comments written yet.

Please login to write comment.