Color Hex Logo

#f5debf Color Hex

#F5DEBF
(245,222,191)
0 Favorites   0 Comments

Color spaces of #f5debf

RGB 245222191
HSL0.100.730.85
HSV34°22°96°
CMYK 0.000.090.22   0.04
XYZ73.181475.416659.9900
Yxy75.41660.35080.3616
Hunter Lab86.8427-1.554819.8330
CIE-Lab89.58783.153118.0885

#f5debf color RGB value is (245,222,191).

#f5debf hex color red value is 245, green value is 222 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f5debf hue: 0.10 , saturation: 0.73 and the lightness value of f5debf is 0.85.

The process color (four color CMYK) of #f5debf color hex is 0.00, 0.09, 0.22, 0.04. Web safe color of #f5debf is #ffcccc. Color #f5debf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 11011110 10111111
Octal 365 336 277
Decimal 245 222 191
Hex F5 DE BF

RGB Percentages of Color #f5debf

%37.23
%33.74
%29.03

CMYK Percentages of Color #f5debf

%0
%9
%22
%4

Triadic Colors of #f5debf

#f5debf #bff5de #debff5

Analogous Colors of #f5debf

#f5debf #f1f5bf #f5c3bf

Monochromatic Colors of #f5debf

#f5debf

Complementary Color

#f5debf #bfd6f5

#f5debf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5debf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5debf Color CSS Codes

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

#f5debf Text Font Color

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

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


#f5debf Background Color

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

This div background color is #f5debf


#f5debf Border Color

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

This div border color is #f5debf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5debf


Comments

No comments written yet.

Please login to write comment.