Color Hex Logo

#f5dceb Color Hex

#F5DCEB
(245,220,235)
0 Favorites   0 Comments

Color spaces of #f5dceb

RGB 245220235
HSL0.900.560.91
HSV324°10°96°
CMYK 0.000.100.04   0.04
XYZ78.244876.597089.2580
Yxy76.59700.32050.3138
Hunter Lab87.51976.42390.7962
CIE-Lab90.135811.1254-4.1871

#f5dceb color RGB value is (245,220,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11011100 11101011
Octal 365 334 353
Decimal 245 220 235
Hex F5 DC EB

RGB Percentages of Color #f5dceb

%35.00
%31.43
%33.57

CMYK Percentages of Color #f5dceb

%0
%10
%4
%4

Triadic Colors of #f5dceb

#f5dceb #ebf5dc #dcebf5

Analogous Colors of #f5dceb

#f5dceb #f5dcdf #f3dcf5

Monochromatic Colors of #f5dceb

#f5dceb

Complementary Color

#f5dceb #dcf5e6

#f5dceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5dceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5dceb Color CSS Codes

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

#f5dceb Text Font Color

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

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


#f5dceb Background Color

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

This div background color is #f5dceb


#f5dceb Border Color

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

This div border color is #f5dceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5dceb


Comments

No comments written yet.

Please login to write comment.