Color Hex Logo

#f1cdba Color Hex

#F1CDBA
(241,205,186)
0 Favorites   0 Comments

Color spaces of #f1cdba

RGB 241205186
HSL0.060.660.84
HSV21°23°95°
CMYK 0.000.150.23   0.05
XYZ66.969965.908655.6463
Yxy65.90860.35520.3496
Hunter Lab81.18415.174916.1895
CIE-Lab84.94989.793514.1488

#f1cdba color RGB value is (241,205,186).

#f1cdba hex color red value is 241, green value is 205 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f1cdba hue: 0.06 , saturation: 0.66 and the lightness value of f1cdba is 0.84.

The process color (four color CMYK) of #f1cdba color hex is 0.00, 0.15, 0.23, 0.05. Web safe color of #f1cdba is #ffcccc. Color #f1cdba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11001101 10111010
Octal 361 315 272
Decimal 241 205 186
Hex F1 CD BA

RGB Percentages of Color #f1cdba

%38.13
%32.44
%29.43

CMYK Percentages of Color #f1cdba

%0
%15
%23
%5

Triadic Colors of #f1cdba

#f1cdba #baf1cd #cdbaf1

Analogous Colors of #f1cdba

#f1cdba #f1e9ba #f1bac3

Monochromatic Colors of #f1cdba

#f1cdba

Complementary Color

#f1cdba #badef1

#f1cdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1cdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1cdba Color CSS Codes

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

#f1cdba Text Font Color

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

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


#f1cdba Background Color

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

This div background color is #f1cdba


#f1cdba Border Color

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

This div border color is #f1cdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1cdba


Comments

No comments written yet.

Please login to write comment.