Color Hex Logo

#ffbbad Color Hex

#FFBBAD
(255,187,173)
1 Favorites   0 Comments

Color spaces of #ffbbad

RGB 255187173
HSL0.031.000.84
HSV10°32°100°
CMYK 0.000.270.32   0.00
XYZ66.553159.817847.5734
Yxy59.81780.38260.3439
Hunter Lab77.342018.251617.6698
CIE-Lab81.739122.707916.7530

#ffbbad color RGB value is (255,187,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111011 10101101
Octal 377 273 255
Decimal 255 187 173
Hex FF BB AD

RGB Percentages of Color #ffbbad

%41.46
%30.41
%28.13

CMYK Percentages of Color #ffbbad

%0
%27
%32
%0

Triadic Colors of #ffbbad

#ffbbad #adffbb #bbadff

Analogous Colors of #ffbbad

#ffbbad #ffe4ad #ffadc8

Monochromatic Colors of #ffbbad

#ffbbad

Complementary Color

#ffbbad #adf1ff

#ffbbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbbad Color CSS Codes

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

#ffbbad Text Font Color

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

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


#ffbbad Background Color

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

This div background color is #ffbbad


#ffbbad Border Color

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

This div border color is #ffbbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbbad


Comments

No comments written yet.

Please login to write comment.