Color Hex Logo

#f1caab Color Hex

#F1CAAB
(241,202,171)
0 Favorites   0 Comments

Color spaces of #f1caab

RGB 241202171
HSL0.070.710.81
HSV27°29°95°
CMYK 0.000.160.29   0.05
XYZ64.746863.882147.4460
Yxy63.88210.36770.3628
Hunter Lab79.92634.728620.7525
CIE-Lab83.90439.321020.6219

#f1caab color RGB value is (241,202,171).

#f1caab hex color red value is 241, green value is 202 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f1caab hue: 0.07 , saturation: 0.71 and the lightness value of f1caab is 0.81.

The process color (four color CMYK) of #f1caab color hex is 0.00, 0.16, 0.29, 0.05. Web safe color of #f1caab is #ffcc99. Color #f1caab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11001010 10101011
Octal 361 312 253
Decimal 241 202 171
Hex F1 CA AB

RGB Percentages of Color #f1caab

%39.25
%32.90
%27.85

CMYK Percentages of Color #f1caab

%0
%16
%29
%5

Triadic Colors of #f1caab

#f1caab #abf1ca #caabf1

Analogous Colors of #f1caab

#f1caab #f1edab #f1abaf

Monochromatic Colors of #f1caab

#f1caab

Complementary Color

#f1caab #abd2f1

#f1caab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1caab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1caab Color CSS Codes

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

#f1caab Text Font Color

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

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


#f1caab Background Color

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

This div background color is #f1caab


#f1caab Border Color

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

This div border color is #f1caab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1caab

#f1caab Color Palettes


Comments

No comments written yet.

Please login to write comment.