Color Hex Logo

#ffbdab Color Hex

#FFBDAB
(255,189,171)
0 Favorites   0 Comments

Color spaces of #ffbdab

RGB 255189171
HSL0.041.000.84
HSV13°33°100°
CMYK 0.000.260.33   0.00
XYZ66.788360.595546.7040
Yxy60.59550.38360.3481
Hunter Lab77.843116.925118.9176
CIE-Lab82.160821.412418.4104

#ffbdab color RGB value is (255,189,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111101 10101011
Octal 377 275 253
Decimal 255 189 171
Hex FF BD AB

RGB Percentages of Color #ffbdab

%41.46
%30.73
%27.80

CMYK Percentages of Color #ffbdab

%0
%26
%33
%0

Triadic Colors of #ffbdab

#ffbdab #abffbd #bdabff

Analogous Colors of #ffbdab

#ffbdab #ffe7ab #ffabc3

Monochromatic Colors of #ffbdab

#ffbdab

Complementary Color

#ffbdab #abedff

#ffbdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbdab Color CSS Codes

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

#ffbdab Text Font Color

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

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


#ffbdab Background Color

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

This div background color is #ffbdab


#ffbdab Border Color

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

This div border color is #ffbdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbdab

#ffbdab Color Palettes


Comments

No comments written yet.

Please login to write comment.