Color Hex Logo

#ffbdce Color Hex

#FFBDCE
(255,189,206)
0 Favorites   0 Comments

Color spaces of #ffbdce

RGB 255189206
HSL0.961.000.87
HSV345°26°100°
CMYK 0.000.260.19   0.00
XYZ70.578262.111466.6613
Yxy62.11140.35400.3116
Hunter Lab78.810821.93505.0177
CIE-Lab82.972626.16710.8176

#ffbdce color RGB value is (255,189,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111101 11001110
Octal 377 275 316
Decimal 255 189 206
Hex FF BD CE

RGB Percentages of Color #ffbdce

%39.23
%29.08
%31.69

CMYK Percentages of Color #ffbdce

%0
%26
%19
%0

Triadic Colors of #ffbdce

#ffbdce #ceffbd #bdceff

Analogous Colors of #ffbdce

#ffbdce #ffcdbd #ffbdef

Monochromatic Colors of #ffbdce

#ffbdce

Complementary Color

#ffbdce #bdffee

#ffbdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbdce Color CSS Codes

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

#ffbdce Text Font Color

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

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


#ffbdce Background Color

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

This div background color is #ffbdce


#ffbdce Border Color

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

This div border color is #ffbdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbdce

Related Colors

#ffbdce Color Palettes


Comments

No comments written yet.

Please login to write comment.