Color Hex Logo

#f4caba Color Hex

#F4CABA
(244,202,186)
0 Favorites   0 Comments

Color spaces of #f4caba

RGB 244202186
HSL0.050.730.84
HSV17°24°96°
CMYK 0.000.170.24   0.04
XYZ67.291765.019355.4577
Yxy65.01930.35840.3463
Hunter Lab80.63457.852615.6665
CIE-Lab84.493712.470913.5433

#f4caba color RGB value is (244,202,186).

#f4caba hex color red value is 244, green value is 202 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f4caba hue: 0.05 , saturation: 0.73 and the lightness value of f4caba is 0.84.

The process color (four color CMYK) of #f4caba color hex is 0.00, 0.17, 0.24, 0.04. Web safe color of #f4caba is #ffcccc. Color #f4caba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 11001010 10111010
Octal 364 312 272
Decimal 244 202 186
Hex F4 CA BA

RGB Percentages of Color #f4caba

%38.61
%31.96
%29.43

CMYK Percentages of Color #f4caba

%0
%17
%24
%4

Triadic Colors of #f4caba

#f4caba #baf4ca #cabaf4

Analogous Colors of #f4caba

#f4caba #f4e7ba #f4bac7

Monochromatic Colors of #f4caba

#f4caba

Complementary Color

#f4caba #bae4f4

#f4caba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4caba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4caba Color CSS Codes

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

#f4caba Text Font Color

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

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


#f4caba Background Color

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

This div background color is #f4caba


#f4caba Border Color

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

This div border color is #f4caba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,202,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4caba


Comments

No comments written yet.

Please login to write comment.