Color Hex Logo

#ffbdd1 Color Hex

#FFBDD1
(255,189,209)
0 Favorites   0 Comments

Color spaces of #ffbdd1

RGB 255189209
HSL0.951.000.87
HSV342°26°100°
CMYK 0.000.260.18   0.00
XYZ70.946262.258668.5994
Yxy62.25860.35160.3085
Hunter Lab78.904122.41513.6860
CIE-Lab83.050826.6159-0.6778

#ffbdd1 color RGB value is (255,189,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111101 11010001
Octal 377 275 321
Decimal 255 189 209
Hex FF BD D1

RGB Percentages of Color #ffbdd1

%39.05
%28.94
%32.01

CMYK Percentages of Color #ffbdd1

%0
%26
%18
%0

Triadic Colors of #ffbdd1

#ffbdd1 #d1ffbd #bdd1ff

Analogous Colors of #ffbdd1

#ffbdd1 #ffcabd #ffbdf2

Monochromatic Colors of #ffbdd1

#ffbdd1

Complementary Color

#ffbdd1 #bdffeb

#ffbdd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbdd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbdd1 Color CSS Codes

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

#ffbdd1 Text Font Color

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

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


#ffbdd1 Background Color

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

This div background color is #ffbdd1


#ffbdd1 Border Color

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

This div border color is #ffbdd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbdd1

Related Colors


Comments

No comments written yet.

Please login to write comment.