Color Hex Logo

#fcd24e Color Hex

#FCD24E
(252,210,78)
0 Favorites   0 Comments

Color spaces of #fcd24e

RGB 25221078
HSL0.130.970.65
HSV46°69°99°
CMYK 0.000.170.69   0.01
XYZ64.566667.338716.8024
Yxy67.33870.43420.4528
Hunter Lab82.0602-3.157945.3021
CIE-Lab85.67471.281768.0257

#fcd24e color RGB value is (252,210,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010010 01001110
Octal 374 322 116
Decimal 252 210 78
Hex FC D2 4E

RGB Percentages of Color #fcd24e

%46.67
%38.89
%14.44

CMYK Percentages of Color #fcd24e

%0
%17
%69
%1

Triadic Colors of #fcd24e

#fcd24e #4efcd2 #d24efc

Analogous Colors of #fcd24e

#fcd24e #cffc4e #fc7b4e

Monochromatic Colors of #fcd24e

#fcd24e

Complementary Color

#fcd24e #4e78fc

#fcd24e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd24e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd24e Color CSS Codes

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

#fcd24e Text Font Color

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

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


#fcd24e Background Color

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

This div background color is #fcd24e


#fcd24e Border Color

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

This div border color is #fcd24e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd24e

Related Colors


Comments

No comments written yet.

Please login to write comment.