Color Hex Logo

#fce04d Color Hex

#FCE04D
(252,224,77)
0 Favorites   0 Comments

Color spaces of #fce04d

RGB 25222477
HSL0.140.970.65
HSV50°69°99°
CMYK 0.000.110.69   0.01
XYZ68.140174.542617.8180
Yxy74.54260.42450.4644
Hunter Lab86.3381-10.215048.2007
CIE-Lab89.1783-5.856471.9472

#fce04d color RGB value is (252,224,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100000 01001101
Octal 374 340 115
Decimal 252 224 77
Hex FC E0 4D

RGB Percentages of Color #fce04d

%45.57
%40.51
%13.92

CMYK Percentages of Color #fce04d

%0
%11
%69
%1

Triadic Colors of #fce04d

#fce04d #4dfce0 #e04dfc

Analogous Colors of #fce04d

#fce04d #c1fc4d #fc894d

Monochromatic Colors of #fce04d

#fce04d

Complementary Color

#fce04d #4d69fc

#fce04d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce04d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce04d Color CSS Codes

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

#fce04d Text Font Color

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

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


#fce04d Background Color

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

This div background color is #fce04d


#fce04d Border Color

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

This div border color is #fce04d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce04d


Comments

No comments written yet.

Please login to write comment.