Color Hex Logo

#f1ceaa Color Hex

#F1CEAA
(241,206,170)
0 Favorites   0 Comments

Color spaces of #f1ceaa

RGB 241206170
HSL0.080.720.81
HSV30°29°95°
CMYK 0.000.150.29   0.05
XYZ65.602665.745747.2628
Yxy65.74570.36730.3681
Hunter Lab81.08372.522922.1991
CIE-Lab84.86657.103522.4762

#f1ceaa color RGB value is (241,206,170).

#f1ceaa hex color red value is 241, green value is 206 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f1ceaa hue: 0.08 , saturation: 0.72 and the lightness value of f1ceaa is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11001110 10101010
Octal 361 316 252
Decimal 241 206 170
Hex F1 CE AA

RGB Percentages of Color #f1ceaa

%39.06
%33.39
%27.55

CMYK Percentages of Color #f1ceaa

%0
%15
%29
%5

Triadic Colors of #f1ceaa

#f1ceaa #aaf1ce #ceaaf1

Analogous Colors of #f1ceaa

#f1ceaa #f1f1aa #f1abaa

Monochromatic Colors of #f1ceaa

#f1ceaa

Complementary Color

#f1ceaa #aacdf1

#f1ceaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1ceaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1ceaa Color CSS Codes

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

#f1ceaa Text Font Color

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

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


#f1ceaa Background Color

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

This div background color is #f1ceaa


#f1ceaa Border Color

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

This div border color is #f1ceaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1ceaa


Comments

No comments written yet.

Please login to write comment.