Color Hex Logo

#fce56d Color Hex

#FCE56D
(252,229,109)
0 Favorites   0 Comments

Color spaces of #fce56d

RGB 252229109
HSL0.140.960.71
HSV50°57°99°
CMYK 0.000.090.57   0.01
XYZ70.924577.838225.7542
Yxy77.83820.40640.4460
Hunter Lab88.2260-10.900044.4507
CIE-Lab90.7060-6.427260.2883

#fce56d color RGB value is (252,229,109).

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

The process color (four color CMYK) of #fce56d color hex is 0.00, 0.09, 0.57, 0.01. Web safe color of #fce56d is #ffcc66. Color #fce56d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100101 01101101
Octal 374 345 155
Decimal 252 229 109
Hex FC E5 6D

RGB Percentages of Color #fce56d

%42.71
%38.81
%18.47

CMYK Percentages of Color #fce56d

%0
%9
%57
%1

Triadic Colors of #fce56d

#fce56d #6dfce5 #e56dfc

Analogous Colors of #fce56d

#fce56d #ccfc6d #fc9e6d

Monochromatic Colors of #fce56d

#fce56d

Complementary Color

#fce56d #6d84fc

#fce56d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce56d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce56d Color CSS Codes

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

#fce56d Text Font Color

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

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


#fce56d Background Color

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

This div background color is #fce56d


#fce56d Border Color

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

This div border color is #fce56d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce56d

Related Colors


Comments

No comments written yet.

Please login to write comment.