Color Hex Logo

#f5daeb Color Hex

#F5DAEB
(245,218,235)
0 Favorites   0 Comments

Color spaces of #f5daeb

RGB 245218235
HSL0.900.570.91
HSV322°11°96°
CMYK 0.000.110.04   0.04
XYZ77.723075.553489.0841
Yxy75.55340.32070.3117
Hunter Lab86.92157.49770.0799
CIE-Lab89.651612.1685-4.9003

#f5daeb color RGB value is (245,218,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11011010 11101011
Octal 365 332 353
Decimal 245 218 235
Hex F5 DA EB

RGB Percentages of Color #f5daeb

%35.10
%31.23
%33.67

CMYK Percentages of Color #f5daeb

%0
%11
%4
%4

Triadic Colors of #f5daeb

#f5daeb #ebf5da #daebf5

Analogous Colors of #f5daeb

#f5daeb #f5dade #f2daf5

Monochromatic Colors of #f5daeb

#f5daeb

Complementary Color

#f5daeb #daf5e4

#f5daeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5daeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5daeb Color CSS Codes

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

#f5daeb Text Font Color

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

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


#f5daeb Background Color

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

This div background color is #f5daeb


#f5daeb Border Color

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

This div border color is #f5daeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5daeb


Comments

No comments written yet.

Please login to write comment.