Color Hex Logo

#ffbde0 Color Hex

#FFBDE0
(255,189,224)
0 Favorites   0 Comments

Color spaces of #ffbde0

RGB 255189224
HSL0.911.000.87
HSV328°26°100°
CMYK 0.000.260.12   0.00
XYZ72.892163.037078.8465
Yxy63.03700.33940.2935
Hunter Lab79.395824.9354-3.3027
CIE-Lab83.461828.9533-8.1131

#ffbde0 color RGB value is (255,189,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111101 11100000
Octal 377 275 340
Decimal 255 189 224
Hex FF BD E0

RGB Percentages of Color #ffbde0

%38.17
%28.29
%33.53

CMYK Percentages of Color #ffbde0

%0
%26
%12
%0

Triadic Colors of #ffbde0

#ffbde0 #e0ffbd #bde0ff

Analogous Colors of #ffbde0

#ffbde0 #ffbdbf #fdbdff

Monochromatic Colors of #ffbde0

#ffbde0

Complementary Color

#ffbde0 #bdffdc

#ffbde0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbde0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbde0 Color CSS Codes

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

#ffbde0 Text Font Color

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

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


#ffbde0 Background Color

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

This div background color is #ffbde0


#ffbde0 Border Color

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

This div border color is #ffbde0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbde0

Related Colors

#ffbde0 Color Palettes


Comments

No comments written yet.

Please login to write comment.