Color Hex Logo

#ffbdeb Color Hex

#FFBDEB
(255,189,235)
0 Favorites   0 Comments

Color spaces of #ffbdeb

RGB 255189235
HSL0.881.000.87
HSV318°26°100°
CMYK 0.000.260.08   0.00
XYZ74.433063.653486.9605
Yxy63.65340.33070.2828
Hunter Lab79.783126.9098-8.7757
CIE-Lab83.785030.7629-13.5168

#ffbdeb color RGB value is (255,189,235).

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

The process color (four color CMYK) of #ffbdeb color hex is 0.00, 0.26, 0.08, 0.00. Web safe color of #ffbdeb is #ffccff. Color #ffbdeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111101 11101011
Octal 377 275 353
Decimal 255 189 235
Hex FF BD EB

RGB Percentages of Color #ffbdeb

%37.56
%27.84
%34.61

CMYK Percentages of Color #ffbdeb

%0
%26
%8
%0

Triadic Colors of #ffbdeb

#ffbdeb #ebffbd #bdebff

Analogous Colors of #ffbdeb

#ffbdeb #ffbdca #f2bdff

Monochromatic Colors of #ffbdeb

#ffbdeb

Complementary Color

#ffbdeb #bdffd1

#ffbdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbdeb Color CSS Codes

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

#ffbdeb Text Font Color

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

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


#ffbdeb Background Color

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

This div background color is #ffbdeb


#ffbdeb Border Color

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

This div border color is #ffbdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbdeb

#ffbdeb Color Palettes


Comments

No comments written yet.

Please login to write comment.