Color Hex Logo

#ffbdb5 Color Hex

#FFBDB5
(255,189,181)
0 Favorites   0 Comments

Color spaces of #ffbdb5

RGB 255189181
HSL0.021.000.85
HSV29°100°
CMYK 0.000.260.29   0.00
XYZ67.778160.991451.9163
Yxy60.99140.37510.3376
Hunter Lab78.097018.245215.2539
CIE-Lab82.374122.678113.3637

#ffbdb5 color RGB value is (255,189,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111101 10110101
Octal 377 275 265
Decimal 255 189 181
Hex FF BD B5

RGB Percentages of Color #ffbdb5

%40.80
%30.24
%28.96

CMYK Percentages of Color #ffbdb5

%0
%26
%29
%0

Triadic Colors of #ffbdb5

#ffbdb5 #b5ffbd #bdb5ff

Analogous Colors of #ffbdb5

#ffbdb5 #ffe2b5 #ffb5d2

Monochromatic Colors of #ffbdb5

#ffbdb5

Complementary Color

#ffbdb5 #b5f7ff

#ffbdb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbdb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbdb5 Color CSS Codes

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

#ffbdb5 Text Font Color

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

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


#ffbdb5 Background Color

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

This div background color is #ffbdb5


#ffbdb5 Border Color

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

This div border color is #ffbdb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbdb5

Related Colors


Comments

No comments written yet.

Please login to write comment.