Color Hex Logo

#fcdd4e Color Hex

#FCDD4E
(252,221,78)
0 Favorites   0 Comments

Color spaces of #fcdd4e

RGB 25222178
HSL0.140.970.65
HSV49°69°99°
CMYK 0.000.120.69   0.01
XYZ67.376572.958417.7390
Yxy72.95840.42620.4615
Hunter Lab85.4157-8.675447.4777
CIE-Lab88.4279-4.299770.8153

#fcdd4e color RGB value is (252,221,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011101 01001110
Octal 374 335 116
Decimal 252 221 78
Hex FC DD 4E

RGB Percentages of Color #fcdd4e

%45.74
%40.11
%14.16

CMYK Percentages of Color #fcdd4e

%0
%12
%69
%1

Triadic Colors of #fcdd4e

#fcdd4e #4efcdd #dd4efc

Analogous Colors of #fcdd4e

#fcdd4e #c4fc4e #fc864e

Monochromatic Colors of #fcdd4e

#fcdd4e

Complementary Color

#fcdd4e #4e6dfc

#fcdd4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdd4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdd4e Color CSS Codes

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

#fcdd4e Text Font Color

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

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


#fcdd4e Background Color

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

This div background color is #fcdd4e


#fcdd4e Border Color

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

This div border color is #fcdd4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdd4e


Comments

No comments written yet.

Please login to write comment.