color codes Logo

#fce25e color codes

#FCE25E
(252,226,94)
0 Favorites   0 Comments

Color spaces of #fce25e

RGB 25222694
HSL0.140.960.68
HSV50°63°99°
CMYK 0.000.100.63   0.01
XYZ69.361675.896321.5834
Yxy75.89630.41570.4549
Hunter Lab87.1185-10.340046.2940
CIE-Lab89.8112-5.926165.8193

#fce25e color RGB value is (252,226,94).

#fce25e hex color red value is 252, green value is 226 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #fce25e hue: 0.14 , saturation: 0.96 and the lightness value of fce25e is 0.68.

The process color (four color CMYK) of #fce25e color code is 0.00, 0.10, 0.63, 0.01. Web safe color of #fce25e is #ffcc66. Color #fce25e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100010 01011110
Octal 374 342 136
Decimal 252 226 94
Hex FC E2 5E

RGB Percentages of Color #fce25e

%44.06
%39.51
%16.43

CMYK Percentages of Color #fce25e

%0
%10
%63
%1

Triadic Colors of #fce25e

#fce25e #5efce2 #e25efc

Analogous Colors of #fce25e

#fce25e #c7fc5e #fc935e

Monochromatic Colors of #fce25e

#fce25e

Complementary Color

#fce25e #5e78fc

#fce25e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce25e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce25e Color CSS Codes

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

#fce25e Text Font Color

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

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


#fce25e Background Color

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

This div background color is #fce25e


#fce25e Border Color

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

This div border color is #fce25e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce25e

#fce25e Color Palettes


Comments

No comments written yet.

Please login to write comment.