Color Hex Logo

#fcdc94 Color Hex

#FCDC94
(252,220,148)
0 Favorites   0 Comments

Color spaces of #fcdc94

RGB 252220148
HSL0.120.950.78
HSV42°41°99°
CMYK 0.000.130.41   0.01
XYZ71.083474.020038.5578
Yxy74.02000.38700.4030
Hunter Lab86.0349-3.081533.6527
CIE-Lab88.93191.558139.4201

#fcdc94 color RGB value is (252,220,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011100 10010100
Octal 374 334 224
Decimal 252 220 148
Hex FC DC 94

RGB Percentages of Color #fcdc94

%40.65
%35.48
%23.87

CMYK Percentages of Color #fcdc94

%0
%13
%41
%1

Triadic Colors of #fcdc94

#fcdc94 #94fcdc #dc94fc

Analogous Colors of #fcdc94

#fcdc94 #e8fc94 #fca894

Monochromatic Colors of #fcdc94

#fcdc94

Complementary Color

#fcdc94 #94b4fc

#fcdc94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdc94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdc94 Color CSS Codes

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

#fcdc94 Text Font Color

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

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


#fcdc94 Background Color

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

This div background color is #fcdc94


#fcdc94 Border Color

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

This div border color is #fcdc94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdc94

Related Colors


Comments

No comments written yet.

Please login to write comment.