Color Hex Logo

#fce413 Color Hex

#FCE413
(252,228,19)
0 Favorites   0 Comments

Color spaces of #fce413

RGB 25222819
HSL0.150.970.53
HSV54°92°99°
CMYK 0.000.100.92   0.01
XYZ68.005876.229311.7455
Yxy76.22930.43600.4887
Hunter Lab87.3094-13.756753.1404
CIE-Lab89.9657-9.544587.4929

#fce413 color RGB value is (252,228,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100100 00010011
Octal 374 344 23
Decimal 252 228 19
Hex FC E4 13

RGB Percentages of Color #fce413

%50.50
%45.69
%3.81

CMYK Percentages of Color #fce413

%0
%10
%92
%1

Triadic Colors of #fce413

#fce413 #13fce4 #e413fc

Analogous Colors of #fce413

#fce413 #a0fc13 #fc7013

Monochromatic Colors of #fce413

#fce413

Complementary Color

#fce413 #132bfc

#fce413 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce413 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce413 Color CSS Codes

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

#fce413 Text Font Color

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

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


#fce413 Background Color

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

This div background color is #fce413


#fce413 Border Color

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

This div border color is #fce413


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce413


Comments

No comments written yet.

Please login to write comment.