Color Hex Logo

#f5dbdc Color Hex

#F5DBDC
(245,219,220)
0 Favorites   0 Comments

Color spaces of #f5dbdc

RGB 245219220
HSL0.990.570.91
HSV358°11°96°
CMYK 0.000.110.10   0.04
XYZ75.906075.242878.2328
Yxy75.24280.33090.3280
Hunter Lab86.74264.40077.2464
CIE-Lab89.50669.12112.7760

#f5dbdc color RGB value is (245,219,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11011011 11011100
Octal 365 333 334
Decimal 245 219 220
Hex F5 DB DC

RGB Percentages of Color #f5dbdc

%35.82
%32.02
%32.16

CMYK Percentages of Color #f5dbdc

%0
%11
%10
%4

Triadic Colors of #f5dbdc

#f5dbdc #dcf5db #dbdcf5

Analogous Colors of #f5dbdc

#f5dbdc #f5e7db #f5dbe9

Monochromatic Colors of #f5dbdc

#f5dbdc

Complementary Color

#f5dbdc #dbf5f4

#f5dbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5dbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5dbdc Color CSS Codes

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

#f5dbdc Text Font Color

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

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


#f5dbdc Background Color

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

This div background color is #f5dbdc


#f5dbdc Border Color

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

This div border color is #f5dbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5dbdc


Comments

No comments written yet.

Please login to write comment.