Color Hex Logo

#ffdbe5 Color Hex

#FFDBE5
(255,219,229)
0 Favorites   0 Comments

Color spaces of #ffdbe5

RGB 255219229
HSL0.951.000.93
HSV343°14°100°
CMYK 0.000.140.10   0.00
XYZ80.714477.580284.8491
Yxy77.58020.33200.3191
Hunter Lab88.07969.43454.5403
CIE-Lab90.588014.0554-0.2733

#ffdbe5 color RGB value is (255,219,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011011 11100101
Octal 377 333 345
Decimal 255 219 229
Hex FF DB E5

RGB Percentages of Color #ffdbe5

%36.27
%31.15
%32.57

CMYK Percentages of Color #ffdbe5

%0
%14
%10
%0

Triadic Colors of #ffdbe5

#ffdbe5 #e5ffdb #dbe5ff

Analogous Colors of #ffdbe5

#ffdbe5 #ffe3db #ffdbf7

Monochromatic Colors of #ffdbe5

#ffdbe5

Complementary Color

#ffdbe5 #dbfff5

#ffdbe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdbe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdbe5 Color CSS Codes

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

#ffdbe5 Text Font Color

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

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


#ffdbe5 Background Color

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

This div background color is #ffdbe5


#ffdbe5 Border Color

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

This div border color is #ffdbe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdbe5

Related Colors

#ffdbe5 Color Palettes


Comments

No comments written yet.

Please login to write comment.