Color Hex Logo

#fce407 Color Hex

#FCE407
(252,228,7)
0 Favorites   0 Comments

Color spaces of #fce407

RGB 2522287
HSL0.150.980.51
HSV54°97°99°
CMYK 0.000.100.97   0.01
XYZ67.926676.197611.3285
Yxy76.19760.43700.4902
Hunter Lab87.2912-13.858053.4093
CIE-Lab89.9510-9.654988.6078

#fce407 color RGB value is (252,228,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100100 00000111
Octal 374 344 7
Decimal 252 228 7
Hex FC E4 7

RGB Percentages of Color #fce407

%51.75
%46.82
%1.44

CMYK Percentages of Color #fce407

%0
%10
%97
%1

Triadic Colors of #fce407

#fce407 #07fce4 #e407fc

Analogous Colors of #fce407

#fce407 #9afc07 #fc6a07

Monochromatic Colors of #fce407

#fce407

Complementary Color

#fce407 #071ffc

#fce407 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce407 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce407 Color CSS Codes

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

#fce407 Text Font Color

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

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


#fce407 Background Color

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

This div background color is #fce407


#fce407 Border Color

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

This div border color is #fce407


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,228,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 #fce407">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce407


Comments

No comments written yet.

Please login to write comment.