Color Hex Logo

#f5cabe Color Hex

#F5CABE
(245,202,190)
0 Favorites   0 Comments

Color spaces of #f5cabe

RGB 245202190
HSL0.040.730.85
HSV13°22°96°
CMYK 0.000.180.22   0.04
XYZ68.071065.371257.7454
Yxy65.37120.35600.3419
Hunter Lab80.85258.790314.2514
CIE-Lab84.674713.404611.6886

#f5cabe color RGB value is (245,202,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11001010 10111110
Octal 365 312 276
Decimal 245 202 190
Hex F5 CA BE

RGB Percentages of Color #f5cabe

%38.46
%31.71
%29.83

CMYK Percentages of Color #f5cabe

%0
%18
%22
%4

Triadic Colors of #f5cabe

#f5cabe #bef5ca #cabef5

Analogous Colors of #f5cabe

#f5cabe #f5e6be #f5bece

Monochromatic Colors of #f5cabe

#f5cabe

Complementary Color

#f5cabe #bee9f5

#f5cabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5cabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5cabe Color CSS Codes

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

#f5cabe Text Font Color

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

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


#f5cabe Background Color

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

This div background color is #f5cabe


#f5cabe Border Color

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

This div border color is #f5cabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5cabe


Comments

No comments written yet.

Please login to write comment.