Color Hex Logo

#fce478 Color Hex

#FCE478
(252,228,120)
0 Favorites   0 Comments

Color spaces of #fce478

RGB 252228120
HSL0.140.960.73
HSV49°52°99°
CMYK 0.000.100.52   0.01
XYZ71.278577.538328.9789
Yxy77.53830.40090.4361
Hunter Lab88.0558-9.607442.1269
CIE-Lab90.5688-5.082555.0910

#fce478 color RGB value is (252,228,120).

#fce478 hex color red value is 252, green value is 228 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #fce478 hue: 0.14 , saturation: 0.96 and the lightness value of fce478 is 0.73.

The process color (four color CMYK) of #fce478 color hex is 0.00, 0.10, 0.52, 0.01. Web safe color of #fce478 is #ffcc66. Color #fce478 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100100 01111000
Octal 374 344 170
Decimal 252 228 120
Hex FC E4 78

RGB Percentages of Color #fce478

%42.00
%38.00
%20.00

CMYK Percentages of Color #fce478

%0
%10
%52
%1

Triadic Colors of #fce478

#fce478 #78fce4 #e478fc

Analogous Colors of #fce478

#fce478 #d2fc78 #fca278

Monochromatic Colors of #fce478

#fce478

Complementary Color

#fce478 #7890fc

#fce478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce478 Color CSS Codes

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

#fce478 Text Font Color

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

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


#fce478 Background Color

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

This div background color is #fce478


#fce478 Border Color

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

This div border color is #fce478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce478


Comments

No comments written yet.

Please login to write comment.