Color Hex Logo

#f1cabd Color Hex

#F1CABD
(241,202,189)
0 Favorites   0 Comments

Color spaces of #f1cabd

RGB 241202189
HSL0.040.650.84
HSV15°22°95°
CMYK 0.000.160.22   0.05
XYZ66.581564.616057.1070
Yxy64.61600.35360.3431
Hunter Lab80.38417.178014.1477
CIE-Lab84.285511.795111.6164

#f1cabd color RGB value is (241,202,189).

#f1cabd hex color red value is 241, green value is 202 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f1cabd hue: 0.04 , saturation: 0.65 and the lightness value of f1cabd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11001010 10111101
Octal 361 312 275
Decimal 241 202 189
Hex F1 CA BD

RGB Percentages of Color #f1cabd

%38.13
%31.96
%29.91

CMYK Percentages of Color #f1cabd

%0
%16
%22
%5

Triadic Colors of #f1cabd

#f1cabd #bdf1ca #cabdf1

Analogous Colors of #f1cabd

#f1cabd #f1e4bd #f1bdca

Monochromatic Colors of #f1cabd

#f1cabd

Complementary Color

#f1cabd #bde4f1

#f1cabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1cabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1cabd Color CSS Codes

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

#f1cabd Text Font Color

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

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


#f1cabd Background Color

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

This div background color is #f1cabd


#f1cabd Border Color

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

This div border color is #f1cabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1cabd


Comments

No comments written yet.

Please login to write comment.