Color Hex Logo

#fceaa6 Color Hex

#FCEAA6
(252,234,166)
0 Favorites   0 Comments

Color spaces of #fceaa6

RGB 252234166
HSL0.130.930.82
HSV47°34°99°
CMYK 0.000.070.34   0.01
XYZ76.450682.294347.9314
Yxy82.29430.36990.3982
Hunter Lab90.7162-8.323432.1745
CIE-Lab92.7046-3.556635.2794

#fceaa6 color RGB value is (252,234,166).

#fceaa6 hex color red value is 252, green value is 234 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #fceaa6 hue: 0.13 , saturation: 0.93 and the lightness value of fceaa6 is 0.82.

The process color (four color CMYK) of #fceaa6 color hex is 0.00, 0.07, 0.34, 0.01. Web safe color of #fceaa6 is #ffff99. Color #fceaa6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101010 10100110
Octal 374 352 246
Decimal 252 234 166
Hex FC EA A6

RGB Percentages of Color #fceaa6

%38.65
%35.89
%25.46

CMYK Percentages of Color #fceaa6

%0
%7
%34
%1

Triadic Colors of #fceaa6

#fceaa6 #a6fcea #eaa6fc

Analogous Colors of #fceaa6

#fceaa6 #e3fca6 #fcbfa6

Monochromatic Colors of #fceaa6

#fceaa6

Complementary Color

#fceaa6 #a6b8fc

#fceaa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceaa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceaa6 Color CSS Codes

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

#fceaa6 Text Font Color

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

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


#fceaa6 Background Color

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

This div background color is #fceaa6


#fceaa6 Border Color

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

This div border color is #fceaa6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,234,166, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fceaa6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fceaa6;
  -webkit-box-shadow: 1px 1px 3px 2px #fceaa6;
  box-shadow:         1px 1px 3px 2px #fceaa6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,234,166, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceaa6


Comments

No comments written yet.

Please login to write comment.