Color Hex Logo

#ffbdbe Color Hex

#FFBDBE
(255,189,190)
0 Favorites   0 Comments

Color spaces of #ffbdbe

RGB 255189190
HSL1.001.000.87
HSV359°26°100°
CMYK 0.000.260.25   0.00
XYZ68.731961.372956.9388
Yxy61.37290.36750.3281
Hunter Lab78.340919.509411.7461
CIE-Lab82.578823.88158.8323

#ffbdbe color RGB value is (255,189,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111101 10111110
Octal 377 275 276
Decimal 255 189 190
Hex FF BD BE

RGB Percentages of Color #ffbdbe

%40.22
%29.81
%29.97

CMYK Percentages of Color #ffbdbe

%0
%26
%25
%0

Triadic Colors of #ffbdbe

#ffbdbe #beffbd #bdbeff

Analogous Colors of #ffbdbe

#ffbdbe #ffddbd #ffbddf

Monochromatic Colors of #ffbdbe

#ffbdbe

Complementary Color

#ffbdbe #bdfffe

#ffbdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbdbe Color CSS Codes

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

#ffbdbe Text Font Color

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

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


#ffbdbe Background Color

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

This div background color is #ffbdbe


#ffbdbe Border Color

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

This div border color is #ffbdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbdbe

#ffbdbe Color Palettes


Comments

No comments written yet.

Please login to write comment.