Color Hex Logo

#fee23c Color Hex

#FEE23C
(254,226,60)
0 Favorites   0 Comments

Color spaces of #fee23c

RGB 25422660
HSL0.140.990.62
HSV51°76°100°
CMYK 0.000.110.76   0.00
XYZ68.885075.789815.2732
Yxy75.78980.43070.4738
Hunter Lab87.0573-11.110450.5384
CIE-Lab89.7617-6.746178.4307

#fee23c color RGB value is (254,226,60).

#fee23c hex color red value is 254, green value is 226 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #fee23c hue: 0.14 , saturation: 0.99 and the lightness value of fee23c is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100010 00111100
Octal 376 342 74
Decimal 254 226 60
Hex FE E2 3C

RGB Percentages of Color #fee23c

%47.04
%41.85
%11.11

CMYK Percentages of Color #fee23c

%0
%11
%76
%0

Triadic Colors of #fee23c

#fee23c #3cfee2 #e23cfe

Analogous Colors of #fee23c

#fee23c #b9fe3c #fe813c

Monochromatic Colors of #fee23c

#fee23c

Complementary Color

#fee23c #3c58fe

#fee23c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee23c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee23c Color CSS Codes

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

#fee23c Text Font Color

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

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


#fee23c Background Color

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

This div background color is #fee23c


#fee23c Border Color

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

This div border color is #fee23c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee23c


Comments

No comments written yet.

Please login to write comment.