color codes Logo

#fce40c color codes

#FCE40C
(252,228,12)
0 Favorites   0 Comments

Color spaces of #fce40c

RGB 25222812
HSL0.150.980.52
HSV54°95°99°
CMYK 0.000.100.95   0.01
XYZ67.954676.208811.4760
Yxy76.20880.43660.4896
Hunter Lab87.2977-13.822253.3142
CIE-Lab89.9562-9.615888.2103

#fce40c color RGB value is (252,228,12).

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

The process color (four color CMYK) of #fce40c color code is 0.00, 0.10, 0.95, 0.01. Web safe color of #fce40c is #ffcc00. Color #fce40c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100100 00001100
Octal 374 344 14
Decimal 252 228 12
Hex FC E4 C

RGB Percentages of Color #fce40c

%51.22
%46.34
%2.44

CMYK Percentages of Color #fce40c

%0
%10
%95
%1

Triadic Colors of #fce40c

#fce40c #0cfce4 #e40cfc

Analogous Colors of #fce40c

#fce40c #9cfc0c #fc6c0c

Monochromatic Colors of #fce40c

#fce40c

Complementary Color

#fce40c #0c24fc

#fce40c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce40c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce40c Color CSS Codes

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

#fce40c Text Font Color

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

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


#fce40c Background Color

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

This div background color is #fce40c


#fce40c Border Color

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

This div border color is #fce40c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce40c

Related Colors


Comments

No comments written yet.

Please login to write comment.