Color Hex Logo

#f5d3eb Color Hex

#F5D3EB
(245,211,235)
0 Favorites   0 Comments

Color spaces of #f5d3eb

RGB 245211235
HSL0.880.630.89
HSV318°14°96°
CMYK 0.000.140.04   0.04
XYZ75.945971.999288.4917
Yxy71.99920.32120.3045
Hunter Lab84.852311.2723-2.4363
CIE-Lab87.968215.8334-7.3871

#f5d3eb color RGB value is (245,211,235).

#f5d3eb hex color red value is 245, green value is 211 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f5d3eb hue: 0.88 , saturation: 0.63 and the lightness value of f5d3eb is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11010011 11101011
Octal 365 323 353
Decimal 245 211 235
Hex F5 D3 EB

RGB Percentages of Color #f5d3eb

%35.46
%30.54
%34.01

CMYK Percentages of Color #f5d3eb

%0
%14
%4
%4

Triadic Colors of #f5d3eb

#f5d3eb #ebf5d3 #d3ebf5

Analogous Colors of #f5d3eb

#f5d3eb #f5d3da #eed3f5

Monochromatic Colors of #f5d3eb

#f5d3eb

Complementary Color

#f5d3eb #d3f5dd

#f5d3eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5d3eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5d3eb Color CSS Codes

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

#f5d3eb Text Font Color

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

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


#f5d3eb Background Color

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

This div background color is #f5d3eb


#f5d3eb Border Color

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

This div border color is #f5d3eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5d3eb


Comments

No comments written yet.

Please login to write comment.