Color Hex Logo

#fcdc93 Color Hex

#FCDC93
(252,220,147)
0 Favorites   0 Comments

Color spaces of #fcdc93

RGB 252220147
HSL0.120.950.78
HSV42°42°99°
CMYK 0.000.130.42   0.01
XYZ71.004573.988438.1426
Yxy73.98840.38770.4040
Hunter Lab86.0165-3.181633.9204
CIE-Lab88.91701.454539.9041

#fcdc93 color RGB value is (252,220,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011100 10010011
Octal 374 334 223
Decimal 252 220 147
Hex FC DC 93

RGB Percentages of Color #fcdc93

%40.71
%35.54
%23.75

CMYK Percentages of Color #fcdc93

%0
%13
%42
%1

Triadic Colors of #fcdc93

#fcdc93 #93fcdc #dc93fc

Analogous Colors of #fcdc93

#fcdc93 #e8fc93 #fca893

Monochromatic Colors of #fcdc93

#fcdc93

Complementary Color

#fcdc93 #93b3fc

#fcdc93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdc93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdc93 Color CSS Codes

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

#fcdc93 Text Font Color

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

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


#fcdc93 Background Color

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

This div background color is #fcdc93


#fcdc93 Border Color

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

This div border color is #fcdc93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdc93

Related Colors


Comments

No comments written yet.

Please login to write comment.