color codes Logo

#fce40e color codes

#FCE40E
(252,228,14)
0 Favorites   0 Comments

Color spaces of #fce40e

RGB 25222814
HSL0.150.980.52
HSV54°94°99°
CMYK 0.000.100.94   0.01
XYZ67.967676.214011.5440
Yxy76.21400.43650.4894
Hunter Lab87.3006-13.805653.2704
CIE-Lab89.9586-9.597788.0282

#fce40e color RGB value is (252,228,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100100 00001110
Octal 374 344 16
Decimal 252 228 14
Hex FC E4 E

RGB Percentages of Color #fce40e

%51.01
%46.15
%2.83

CMYK Percentages of Color #fce40e

%0
%10
%94
%1

Triadic Colors of #fce40e

#fce40e #0efce4 #e40efc

Analogous Colors of #fce40e

#fce40e #9dfc0e #fc6d0e

Monochromatic Colors of #fce40e

#fce40e

Complementary Color

#fce40e #0e26fc

#fce40e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce40e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce40e Color CSS Codes

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

#fce40e Text Font Color

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

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


#fce40e Background Color

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

This div background color is #fce40e


#fce40e Border Color

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

This div border color is #fce40e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce40e

Related Colors


Comments

No comments written yet.

Please login to write comment.