Color Hex Logo

#fce47d Color Hex

#FCE47D
(252,228,125)
0 Favorites   0 Comments

Color spaces of #fce47d

RGB 252228125
HSL0.140.950.74
HSV49°50°99°
CMYK 0.000.100.50   0.01
XYZ71.590077.662930.6193
Yxy77.66290.39800.4318
Hunter Lab88.1266-9.216241.0885
CIE-Lab90.6259-4.667652.8064

#fce47d color RGB value is (252,228,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100100 01111101
Octal 374 344 175
Decimal 252 228 125
Hex FC E4 7D

RGB Percentages of Color #fce47d

%41.65
%37.69
%20.66

CMYK Percentages of Color #fce47d

%0
%10
%50
%1

Triadic Colors of #fce47d

#fce47d #7dfce4 #e47dfc

Analogous Colors of #fce47d

#fce47d #d5fc7d #fca57d

Monochromatic Colors of #fce47d

#fce47d

Complementary Color

#fce47d #7d95fc

#fce47d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce47d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce47d Color CSS Codes

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

#fce47d Text Font Color

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

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


#fce47d Background Color

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

This div background color is #fce47d


#fce47d Border Color

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

This div border color is #fce47d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce47d

Related Colors


Comments

No comments written yet.

Please login to write comment.