Color Hex Logo

#fce29f Color Hex

#FCE29F
(252,226,159)
0 Favorites   0 Comments

Color spaces of #fce29f

RGB 252226159
HSL0.120.940.81
HSV43°37°99°
CMYK 0.000.100.37   0.01
XYZ73.599277.591443.8984
Yxy77.59140.37730.3977
Hunter Lab88.0860-5.006932.1125
CIE-Lab90.5931-0.309836.0317

#fce29f color RGB value is (252,226,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100010 10011111
Octal 374 342 237
Decimal 252 226 159
Hex FC E2 9F

RGB Percentages of Color #fce29f

%39.56
%35.48
%24.96

CMYK Percentages of Color #fce29f

%0
%10
%37
%1

Triadic Colors of #fce29f

#fce29f #9ffce2 #e29ffc

Analogous Colors of #fce29f

#fce29f #e8fc9f #fcb49f

Monochromatic Colors of #fce29f

#fce29f

Complementary Color

#fce29f #9fb9fc

#fce29f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce29f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce29f Color CSS Codes

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

#fce29f Text Font Color

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

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


#fce29f Background Color

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

This div background color is #fce29f


#fce29f Border Color

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

This div border color is #fce29f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce29f


Comments

No comments written yet.

Please login to write comment.