Color Hex Logo

#fce126 Color Hex

#FCE126
(252,225,38)
0 Favorites   0 Comments

Color spaces of #fce126

RGB 25222538
HSL0.150.970.57
HSV52°85°99°
CMYK 0.000.110.85   0.01
XYZ67.419974.685812.6961
Yxy74.68580.43550.4825
Hunter Lab86.4209-11.982851.7844
CIE-Lab89.2456-7.728783.7492

#fce126 color RGB value is (252,225,38).

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

The process color (four color CMYK) of #fce126 color hex is 0.00, 0.11, 0.85, 0.01. Web safe color of #fce126 is #ffcc33. Color #fce126 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100001 00100110
Octal 374 341 46
Decimal 252 225 38
Hex FC E1 26

RGB Percentages of Color #fce126

%48.93
%43.69
%7.38

CMYK Percentages of Color #fce126

%0
%11
%85
%1

Triadic Colors of #fce126

#fce126 #26fce1 #e126fc

Analogous Colors of #fce126

#fce126 #acfc26 #fc7626

Monochromatic Colors of #fce126

#fce126

Complementary Color

#fce126 #2641fc

#fce126 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce126 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce126 Color CSS Codes

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

#fce126 Text Font Color

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

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


#fce126 Background Color

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

This div background color is #fce126


#fce126 Border Color

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

This div border color is #fce126


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce126

Related Colors


Comments

No comments written yet.

Please login to write comment.