Color Hex Logo

#fce06f Color Hex

#FCE06F
(252,224,111)
0 Favorites   0 Comments

Color spaces of #fce06f

RGB 252224111
HSL0.130.960.71
HSV48°56°99°
CMYK 0.000.110.56   0.01
XYZ69.669875.154525.8732
Yxy75.15450.40810.4403
Hunter Lab86.6917-8.258942.9890
CIE-Lab89.4653-3.769657.9590

#fce06f color RGB value is (252,224,111).

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

The process color (four color CMYK) of #fce06f color hex is 0.00, 0.11, 0.56, 0.01. Web safe color of #fce06f is #ffcc66. Color #fce06f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100000 01101111
Octal 374 340 157
Decimal 252 224 111
Hex FC E0 6F

RGB Percentages of Color #fce06f

%42.93
%38.16
%18.91

CMYK Percentages of Color #fce06f

%0
%11
%56
%1

Triadic Colors of #fce06f

#fce06f #6ffce0 #e06ffc

Analogous Colors of #fce06f

#fce06f #d2fc6f #fc9a6f

Monochromatic Colors of #fce06f

#fce06f

Complementary Color

#fce06f #6f8bfc

#fce06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce06f Color CSS Codes

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

#fce06f Text Font Color

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

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


#fce06f Background Color

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

This div background color is #fce06f


#fce06f Border Color

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

This div border color is #fce06f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce06f


Comments

No comments written yet.

Please login to write comment.