Color Hex Logo

#fce474 Color Hex

#FCE474
(252,228,116)
0 Favorites   0 Comments

Color spaces of #fce474

RGB 252228116
HSL0.140.960.72
HSV49°54°99°
CMYK 0.000.100.54   0.01
XYZ71.040777.443227.7268
Yxy77.44320.40320.4395
Hunter Lab88.0018-9.906642.9207
CIE-Lab90.5252-5.400356.8961

#fce474 color RGB value is (252,228,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100100 01110100
Octal 374 344 164
Decimal 252 228 116
Hex FC E4 74

RGB Percentages of Color #fce474

%42.28
%38.26
%19.46

CMYK Percentages of Color #fce474

%0
%10
%54
%1

Triadic Colors of #fce474

#fce474 #74fce4 #e474fc

Analogous Colors of #fce474

#fce474 #d0fc74 #fca074

Monochromatic Colors of #fce474

#fce474

Complementary Color

#fce474 #748cfc

#fce474 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce474 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce474 Color CSS Codes

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

#fce474 Text Font Color

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

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


#fce474 Background Color

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

This div background color is #fce474


#fce474 Border Color

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

This div border color is #fce474


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce474

#fce474 Color Palettes


Comments

No comments written yet.

Please login to write comment.