Color Hex Logo

#ffbdba Color Hex

#FFBDBA
(255,189,186)
0 Favorites   0 Comments

Color spaces of #ffbdba

RGB 255189186
HSL0.011.000.86
HSV27°100°
CMYK 0.000.260.27   0.00
XYZ68.300561.200454.6674
Yxy61.20040.37090.3323
Hunter Lab78.230718.938513.3298
CIE-Lab82.486423.339110.8447

#ffbdba color RGB value is (255,189,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111101 10111010
Octal 377 275 272
Decimal 255 189 186
Hex FF BD BA

RGB Percentages of Color #ffbdba

%40.48
%30.00
%29.52

CMYK Percentages of Color #ffbdba

%0
%26
%27
%0

Triadic Colors of #ffbdba

#ffbdba #baffbd #bdbaff

Analogous Colors of #ffbdba

#ffbdba #ffe0ba #ffbada

Monochromatic Colors of #ffbdba

#ffbdba

Complementary Color

#ffbdba #bafcff

#ffbdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbdba Color CSS Codes

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

#ffbdba Text Font Color

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

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


#ffbdba Background Color

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

This div background color is #ffbdba


#ffbdba Border Color

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

This div border color is #ffbdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbdba

#ffbdba Color Palettes


Comments

No comments written yet.

Please login to write comment.