Color Hex Logo

#f5dbeb Color Hex

#F5DBEB
(245,219,235)
0 Favorites   0 Comments

Color spaces of #f5dbeb

RGB 245219235
HSL0.900.570.91
HSV323°11°96°
CMYK 0.000.110.04   0.04
XYZ77.983176.073789.1708
Yxy76.07370.32060.3128
Hunter Lab87.22026.96040.4382
CIE-Lab89.893511.6465-4.5438

#f5dbeb color RGB value is (245,219,235).

#f5dbeb hex color red value is 245, green value is 219 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f5dbeb hue: 0.90 , saturation: 0.57 and the lightness value of f5dbeb is 0.91.

The process color (four color CMYK) of #f5dbeb color hex is 0.00, 0.11, 0.04, 0.04. Web safe color of #f5dbeb is #ffccff. Color #f5dbeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 11011011 11101011
Octal 365 333 353
Decimal 245 219 235
Hex F5 DB EB

RGB Percentages of Color #f5dbeb

%35.05
%31.33
%33.62

CMYK Percentages of Color #f5dbeb

%0
%11
%4
%4

Triadic Colors of #f5dbeb

#f5dbeb #ebf5db #dbebf5

Analogous Colors of #f5dbeb

#f5dbeb #f5dbde #f2dbf5

Monochromatic Colors of #f5dbeb

#f5dbeb

Complementary Color

#f5dbeb #dbf5e5

#f5dbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5dbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5dbeb Color CSS Codes

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

#f5dbeb Text Font Color

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

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


#f5dbeb Background Color

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

This div background color is #f5dbeb


#f5dbeb Border Color

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

This div border color is #f5dbeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,219,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 #f5dbeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5dbeb


Comments

No comments written yet.

Please login to write comment.