Color Hex Logo

#fcdd4d Color Hex

#FCDD4D
(252,221,77)
0 Favorites   0 Comments

Color spaces of #fcdd4d

RGB 25222177
HSL0.140.970.65
HSV49°69°99°
CMYK 0.000.120.69   0.01
XYZ67.340972.944217.5516
Yxy72.94420.42660.4621
Hunter Lab85.4074-8.721547.6008
CIE-Lab88.4211-4.349071.1896

#fcdd4d color RGB value is (252,221,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011101 01001101
Octal 374 335 115
Decimal 252 221 77
Hex FC DD 4D

RGB Percentages of Color #fcdd4d

%45.82
%40.18
%14.00

CMYK Percentages of Color #fcdd4d

%0
%12
%69
%1

Triadic Colors of #fcdd4d

#fcdd4d #4dfcdd #dd4dfc

Analogous Colors of #fcdd4d

#fcdd4d #c4fc4d #fc864d

Monochromatic Colors of #fcdd4d

#fcdd4d

Complementary Color

#fcdd4d #4d6cfc

#fcdd4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdd4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdd4d Color CSS Codes

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

#fcdd4d Text Font Color

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

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


#fcdd4d Background Color

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

This div background color is #fcdd4d


#fcdd4d Border Color

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

This div border color is #fcdd4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdd4d


Comments

No comments written yet.

Please login to write comment.