Color Hex Logo

#ffbde1 Color Hex

#FFBDE1
(255,189,225)
0 Favorites   0 Comments

Color spaces of #ffbde1

RGB 255189225
HSL0.911.000.87
HSV327°26°100°
CMYK 0.000.260.12   0.00
XYZ73.028263.091479.5630
Yxy63.09140.33860.2925
Hunter Lab79.430125.1106-3.7881
CIE-Lab83.490429.1147-8.6062

#ffbde1 color RGB value is (255,189,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111101 11100001
Octal 377 275 341
Decimal 255 189 225
Hex FF BD E1

RGB Percentages of Color #ffbde1

%38.12
%28.25
%33.63

CMYK Percentages of Color #ffbde1

%0
%26
%12
%0

Triadic Colors of #ffbde1

#ffbde1 #e1ffbd #bde1ff

Analogous Colors of #ffbde1

#ffbde1 #ffbdc0 #fcbdff

Monochromatic Colors of #ffbde1

#ffbde1

Complementary Color

#ffbde1 #bdffdb

#ffbde1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbde1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbde1 Color CSS Codes

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

#ffbde1 Text Font Color

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

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


#ffbde1 Background Color

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

This div background color is #ffbde1


#ffbde1 Border Color

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

This div border color is #ffbde1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbde1

Related Colors

#ffbde1 Color Palettes


Comments

No comments written yet.

Please login to write comment.