Color Hex Logo

#fcc794 Color Hex

#FCC794
(252,199,148)
0 Favorites   0 Comments

Color spaces of #fcc794

RGB 252199148
HSL0.080.950.78
HSV29°41°99°
CMYK 0.000.210.41   0.01
XYZ65.913663.680436.8345
Yxy63.68040.39600.3826
Hunter Lab79.80007.788328.4926
CIE-Lab83.799112.401732.7106

#fcc794 color RGB value is (252,199,148).

#fcc794 hex color red value is 252, green value is 199 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #fcc794 hue: 0.08 , saturation: 0.95 and the lightness value of fcc794 is 0.78.

The process color (four color CMYK) of #fcc794 color hex is 0.00, 0.21, 0.41, 0.01. Web safe color of #fcc794 is #ffcc99. Color #fcc794 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000111 10010100
Octal 374 307 224
Decimal 252 199 148
Hex FC C7 94

RGB Percentages of Color #fcc794

%42.07
%33.22
%24.71

CMYK Percentages of Color #fcc794

%0
%21
%41
%1

Triadic Colors of #fcc794

#fcc794 #94fcc7 #c794fc

Analogous Colors of #fcc794

#fcc794 #fcfb94 #fc9495

Monochromatic Colors of #fcc794

#fcc794

Complementary Color

#fcc794 #94c9fc

#fcc794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc794 Color CSS Codes

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

#fcc794 Text Font Color

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

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


#fcc794 Background Color

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

This div background color is #fcc794


#fcc794 Border Color

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

This div border color is #fcc794


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc794

Related Colors


Comments

No comments written yet.

Please login to write comment.