Color Hex Logo

#fcdd7e Color Hex

#FCDD7E
(252,221,126)
0 Favorites   0 Comments

Color spaces of #fcdd7e

RGB 252221126
HSL0.130.950.74
HSV45°50°99°
CMYK 0.000.120.50   0.01
XYZ69.767273.914730.3285
Yxy73.91470.40090.4248
Hunter Lab85.9737-5.602039.2661
CIE-Lab88.8822-1.046050.2161

#fcdd7e color RGB value is (252,221,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011101 01111110
Octal 374 335 176
Decimal 252 221 126
Hex FC DD 7E

RGB Percentages of Color #fcdd7e

%42.07
%36.89
%21.04

CMYK Percentages of Color #fcdd7e

%0
%12
%50
%1

Triadic Colors of #fcdd7e

#fcdd7e #7efcdd #dd7efc

Analogous Colors of #fcdd7e

#fcdd7e #dcfc7e #fc9e7e

Monochromatic Colors of #fcdd7e

#fcdd7e

Complementary Color

#fcdd7e #7e9dfc

#fcdd7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdd7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdd7e Color CSS Codes

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

#fcdd7e Text Font Color

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

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


#fcdd7e Background Color

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

This div background color is #fcdd7e


#fcdd7e Border Color

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

This div border color is #fcdd7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdd7e

Related Colors


Comments

No comments written yet.

Please login to write comment.