Color Hex Logo

#fce507 Color Hex

#FCE507
(252,229,7)
0 Favorites   0 Comments

Color spaces of #fce507

RGB 2522297
HSL0.150.980.51
HSV54°97°99°
CMYK 0.000.090.97   0.01
XYZ68.202576.749411.4205
Yxy76.74940.43620.4908
Hunter Lab87.6067-14.348253.5956
CIE-Lab90.2061-10.150288.7938

#fce507 color RGB value is (252,229,7).

#fce507 hex color red value is 252, green value is 229 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #fce507 hue: 0.15 , saturation: 0.98 and the lightness value of fce507 is 0.51.

The process color (four color CMYK) of #fce507 color hex is 0.00, 0.09, 0.97, 0.01. Web safe color of #fce507 is #ffcc00. Color #fce507 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100101 00000111
Octal 374 345 7
Decimal 252 229 7
Hex FC E5 7

RGB Percentages of Color #fce507

%51.64
%46.93
%1.43

CMYK Percentages of Color #fce507

%0
%9
%97
%1

Triadic Colors of #fce507

#fce507 #07fce5 #e507fc

Analogous Colors of #fce507

#fce507 #99fc07 #fc6b07

Monochromatic Colors of #fce507

#fce507

Complementary Color

#fce507 #071efc

#fce507 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce507 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce507 Color CSS Codes

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

#fce507 Text Font Color

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

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


#fce507 Background Color

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

This div background color is #fce507


#fce507 Border Color

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

This div border color is #fce507


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce507


Comments

No comments written yet.

Please login to write comment.