Color Hex Logo

#fcd793 Color Hex

#FCD793
(252,215,147)
0 Favorites   0 Comments

Color spaces of #fcd793

RGB 252215147
HSL0.110.950.78
HSV39°42°99°
CMYK 0.000.150.42   0.01
XYZ69.711871.402937.7117
Yxy71.40290.38980.3993
Hunter Lab84.5002-0.614832.6896
CIE-Lab87.68044.014738.3049

#fcd793 color RGB value is (252,215,147).

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

The process color (four color CMYK) of #fcd793 color hex is 0.00, 0.15, 0.42, 0.01. Web safe color of #fcd793 is #ffcc99. Color #fcd793 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010111 10010011
Octal 374 327 223
Decimal 252 215 147
Hex FC D7 93

RGB Percentages of Color #fcd793

%41.04
%35.02
%23.94

CMYK Percentages of Color #fcd793

%0
%15
%42
%1

Triadic Colors of #fcd793

#fcd793 #93fcd7 #d793fc

Analogous Colors of #fcd793

#fcd793 #edfc93 #fca393

Monochromatic Colors of #fcd793

#fcd793

Complementary Color

#fcd793 #93b8fc

#fcd793 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd793 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd793 Color CSS Codes

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

#fcd793 Text Font Color

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

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


#fcd793 Background Color

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

This div background color is #fcd793


#fcd793 Border Color

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

This div border color is #fcd793


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd793


Comments

No comments written yet.

Please login to write comment.