Color Hex Logo

#f5cfbe Color Hex

#F5CFBE
(245,207,190)
0 Favorites   0 Comments

Color spaces of #f5cfbe

RGB 245207190
HSL0.050.730.85
HSV19°22°96°
CMYK 0.000.160.22   0.04
XYZ69.263367.755858.1428
Yxy67.75580.35490.3472
Hunter Lab82.31396.150015.7400
CIE-Lab85.884210.787813.4035

#f5cfbe color RGB value is (245,207,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11001111 10111110
Octal 365 317 276
Decimal 245 207 190
Hex F5 CF BE

RGB Percentages of Color #f5cfbe

%38.16
%32.24
%29.60

CMYK Percentages of Color #f5cfbe

%0
%16
%22
%4

Triadic Colors of #f5cfbe

#f5cfbe #bef5cf #cfbef5

Analogous Colors of #f5cfbe

#f5cfbe #f5ebbe #f5bec9

Monochromatic Colors of #f5cfbe

#f5cfbe

Complementary Color

#f5cfbe #bee4f5

#f5cfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5cfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5cfbe Color CSS Codes

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

#f5cfbe Text Font Color

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

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


#f5cfbe Background Color

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

This div background color is #f5cfbe


#f5cfbe Border Color

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

This div border color is #f5cfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5cfbe


Comments

No comments written yet.

Please login to write comment.