Color Hex Logo

#fce29c Color Hex

#FCE29C
(252,226,156)
0 Favorites   0 Comments

Color spaces of #fce29c

RGB 252226156
HSL0.120.940.80
HSV44°38°99°
CMYK 0.000.100.38   0.01
XYZ73.342077.488542.5437
Yxy77.48850.37930.4007
Hunter Lab88.0276-5.327232.9644
CIE-Lab90.5460-0.642137.4862

#fce29c color RGB value is (252,226,156).

#fce29c hex color red value is 252, green value is 226 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #fce29c hue: 0.12 , saturation: 0.94 and the lightness value of fce29c is 0.80.

The process color (four color CMYK) of #fce29c color hex is 0.00, 0.10, 0.38, 0.01. Web safe color of #fce29c is #ffcc99. Color #fce29c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100010 10011100
Octal 374 342 234
Decimal 252 226 156
Hex FC E2 9C

RGB Percentages of Color #fce29c

%39.75
%35.65
%24.61

CMYK Percentages of Color #fce29c

%0
%10
%38
%1

Triadic Colors of #fce29c

#fce29c #9cfce2 #e29cfc

Analogous Colors of #fce29c

#fce29c #e6fc9c #fcb29c

Monochromatic Colors of #fce29c

#fce29c

Complementary Color

#fce29c #9cb6fc

#fce29c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce29c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce29c Color CSS Codes

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

#fce29c Text Font Color

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

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


#fce29c Background Color

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

This div background color is #fce29c


#fce29c Border Color

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

This div border color is #fce29c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce29c


Comments

No comments written yet.

Please login to write comment.