Color Hex Logo

#fcdd1e Color Hex

#FCDD1E
(252,221,30)
0 Favorites   0 Comments

Color spaces of #fcdd1e

RGB 25222130
HSL0.140.970.55
HSV52°88°99°
CMYK 0.000.120.88   0.01
XYZ66.235772.502111.7316
Yxy72.50210.44020.4818
Hunter Lab85.1482-10.156451.4348
CIE-Lab88.2097-5.889884.5029

#fcdd1e color RGB value is (252,221,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011101 00011110
Octal 374 335 36
Decimal 252 221 30
Hex FC DD 1E

RGB Percentages of Color #fcdd1e

%50.10
%43.94
%5.96

CMYK Percentages of Color #fcdd1e

%0
%12
%88
%1

Triadic Colors of #fcdd1e

#fcdd1e #1efcdd #dd1efc

Analogous Colors of #fcdd1e

#fcdd1e #acfc1e #fc6e1e

Monochromatic Colors of #fcdd1e

#fcdd1e

Complementary Color

#fcdd1e #1e3dfc

#fcdd1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdd1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdd1e Color CSS Codes

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

#fcdd1e Text Font Color

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

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


#fcdd1e Background Color

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

This div background color is #fcdd1e


#fcdd1e Border Color

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

This div border color is #fcdd1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdd1e


Comments

No comments written yet.

Please login to write comment.