Color Hex Logo

#fcdc7e Color Hex

#FCDC7E
(252,220,126)
0 Favorites   0 Comments

Color spaces of #fcdc7e

RGB 252220126
HSL0.120.950.74
HSV45°50°99°
CMYK 0.000.130.50   0.01
XYZ69.504073.388230.2408
Yxy73.38820.40140.4239
Hunter Lab85.6669-5.095039.0372
CIE-Lab88.6325-0.537949.9118

#fcdc7e color RGB value is (252,220,126).

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

The process color (four color CMYK) of #fcdc7e color hex is 0.00, 0.13, 0.50, 0.01. Web safe color of #fcdc7e is #ffcc66. Color #fcdc7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011100 01111110
Octal 374 334 176
Decimal 252 220 126
Hex FC DC 7E

RGB Percentages of Color #fcdc7e

%42.14
%36.79
%21.07

CMYK Percentages of Color #fcdc7e

%0
%13
%50
%1

Triadic Colors of #fcdc7e

#fcdc7e #7efcdc #dc7efc

Analogous Colors of #fcdc7e

#fcdc7e #ddfc7e #fc9d7e

Monochromatic Colors of #fcdc7e

#fcdc7e

Complementary Color

#fcdc7e #7e9efc

#fcdc7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdc7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdc7e Color CSS Codes

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

#fcdc7e Text Font Color

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

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


#fcdc7e Background Color

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

This div background color is #fcdc7e


#fcdc7e Border Color

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

This div border color is #fcdc7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdc7e


Comments

No comments written yet.

Please login to write comment.