Color Hex Logo

#f5dfbd Color Hex

#F5DFBD
(245,223,189)
0 Favorites   0 Comments

Color spaces of #f5dfbd

RGB 245223189
HSL0.100.740.85
HSV36°23°96°
CMYK 0.000.090.23   0.04
XYZ73.229275.862058.9273
Yxy75.86200.35200.3647
Hunter Lab87.0988-2.347220.8561
CIE-Lab89.79522.358719.4201

#f5dfbd color RGB value is (245,223,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11011111 10111101
Octal 365 337 275
Decimal 245 223 189
Hex F5 DF BD

RGB Percentages of Color #f5dfbd

%37.29
%33.94
%28.77

CMYK Percentages of Color #f5dfbd

%0
%9
%23
%4

Triadic Colors of #f5dfbd

#f5dfbd #bdf5df #dfbdf5

Analogous Colors of #f5dfbd

#f5dfbd #eff5bd #f5c3bd

Monochromatic Colors of #f5dfbd

#f5dfbd

Complementary Color

#f5dfbd #bdd3f5

#f5dfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5dfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5dfbd Color CSS Codes

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

#f5dfbd Text Font Color

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

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


#f5dfbd Background Color

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

This div background color is #f5dfbd


#f5dfbd Border Color

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

This div border color is #f5dfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5dfbd


Comments

No comments written yet.

Please login to write comment.