Color Hex Logo

#fcdd4c Color Hex

#FCDD4C
(252,221,76)
0 Favorites   0 Comments

Color spaces of #fcdd4c

RGB 25222176
HSL0.140.970.64
HSV49°70°99°
CMYK 0.000.120.70   0.01
XYZ67.305872.930217.3670
Yxy72.93020.42710.4627
Hunter Lab85.3992-8.767147.7221
CIE-Lab88.4144-4.397671.5610

#fcdd4c color RGB value is (252,221,76).

#fcdd4c hex color red value is 252, green value is 221 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #fcdd4c hue: 0.14 , saturation: 0.97 and the lightness value of fcdd4c is 0.64.

The process color (four color CMYK) of #fcdd4c color hex is 0.00, 0.12, 0.70, 0.01. Web safe color of #fcdd4c is #ffcc33. Color #fcdd4c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011101 01001100
Octal 374 335 114
Decimal 252 221 76
Hex FC DD 4C

RGB Percentages of Color #fcdd4c

%45.90
%40.26
%13.84

CMYK Percentages of Color #fcdd4c

%0
%12
%70
%1

Triadic Colors of #fcdd4c

#fcdd4c #4cfcdd #dd4cfc

Analogous Colors of #fcdd4c

#fcdd4c #c3fc4c #fc854c

Monochromatic Colors of #fcdd4c

#fcdd4c

Complementary Color

#fcdd4c #4c6bfc

#fcdd4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdd4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdd4c Color CSS Codes

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

#fcdd4c Text Font Color

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

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


#fcdd4c Background Color

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

This div background color is #fcdd4c


#fcdd4c Border Color

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

This div border color is #fcdd4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdd4c


Comments

No comments written yet.

Please login to write comment.