Color Hex Logo

#fce400 Color Hex

#FCE400
(252,228,0)
0 Favorites   0 Comments

Color spaces of #fce400

RGB 2522280
HSL0.151.000.49
HSV54°100°99°
CMYK 0.000.101.00   0.01
XYZ67.888376.182311.1266
Yxy76.18230.43740.4909
Hunter Lab87.2825-13.907053.5396
CIE-Lab89.9439-9.708389.1578

#fce400 color RGB value is (252,228,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100100 00000000
Octal 374 344 0
Decimal 252 228 0
Hex FC E4 0

RGB Percentages of Color #fce400

%52.50
%47.50
%0.00

CMYK Percentages of Color #fce400

%0
%10
%100
%1

Triadic Colors of #fce400

#fce400 #00fce4 #e400fc

Analogous Colors of #fce400

#fce400 #96fc00 #fc6600

Monochromatic Colors of #fce400

#fce400

Complementary Color

#fce400 #0018fc

#fce400 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce400 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce400 Color CSS Codes

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

#fce400 Text Font Color

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

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


#fce400 Background Color

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

This div background color is #fce400


#fce400 Border Color

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

This div border color is #fce400


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce400


Comments

No comments written yet.

Please login to write comment.