Color Hex Logo

#ffbddc Color Hex

#FFBDDC
(255,189,220)
2 Favorites   0 Comments

Color spaces of #ffbddc

RGB 255189220
HSL0.921.000.87
HSV332°26°100°
CMYK 0.000.260.14   0.00
XYZ72.355962.822576.0225
Yxy62.82250.34260.2975
Hunter Lab79.260624.2439-1.3853
CIE-Lab83.348928.3152-6.1376

#ffbddc color RGB value is (255,189,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111101 11011100
Octal 377 275 334
Decimal 255 189 220
Hex FF BD DC

RGB Percentages of Color #ffbddc

%38.40
%28.46
%33.13

CMYK Percentages of Color #ffbddc

%0
%26
%14
%0

Triadic Colors of #ffbddc

#ffbddc #dcffbd #bddcff

Analogous Colors of #ffbddc

#ffbddc #ffbfbd #ffbdfd

Monochromatic Colors of #ffbddc

#ffbddc

Complementary Color

#ffbddc #bdffe0

#ffbddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbddc Color CSS Codes

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

#ffbddc Text Font Color

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

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


#ffbddc Background Color

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

This div background color is #ffbddc


#ffbddc Border Color

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

This div border color is #ffbddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbddc


Comments

No comments written yet.

Please login to write comment.