Color Hex Logo

#f5cfbf Color Hex

#F5CFBF
(245,207,191)
0 Favorites   0 Comments

Color spaces of #f5cfbf

RGB 245207191
HSL0.050.730.85
HSV18°22°96°
CMYK 0.000.160.22   0.04
XYZ69.373067.799758.7205
Yxy67.79970.35410.3461
Hunter Lab82.34066.292615.3562
CIE-Lab85.906210.930412.9058

#f5cfbf color RGB value is (245,207,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11001111 10111111
Octal 365 317 277
Decimal 245 207 191
Hex F5 CF BF

RGB Percentages of Color #f5cfbf

%38.10
%32.19
%29.70

CMYK Percentages of Color #f5cfbf

%0
%16
%22
%4

Triadic Colors of #f5cfbf

#f5cfbf #bff5cf #cfbff5

Analogous Colors of #f5cfbf

#f5cfbf #f5eabf #f5bfca

Monochromatic Colors of #f5cfbf

#f5cfbf

Complementary Color

#f5cfbf #bfe5f5

#f5cfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5cfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5cfbf Color CSS Codes

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

#f5cfbf Text Font Color

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

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


#f5cfbf Background Color

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

This div background color is #f5cfbf


#f5cfbf Border Color

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

This div border color is #f5cfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5cfbf

#f5cfbf Color Palettes


Comments

No comments written yet.

Please login to write comment.