Color Hex Logo

#fee23d Color Hex

#FEE23D
(254,226,61)
0 Favorites   0 Comments

Color spaces of #fee23d

RGB 25422661
HSL0.140.990.62
HSV51°76°100°
CMYK 0.000.110.76   0.00
XYZ68.911775.800515.4138
Yxy75.80050.43040.4734
Hunter Lab87.0635-11.076450.4477
CIE-Lab89.7666-6.709578.1214

#fee23d color RGB value is (254,226,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100010 00111101
Octal 376 342 75
Decimal 254 226 61
Hex FE E2 3D

RGB Percentages of Color #fee23d

%46.95
%41.77
%11.28

CMYK Percentages of Color #fee23d

%0
%11
%76
%0

Triadic Colors of #fee23d

#fee23d #3dfee2 #e23dfe

Analogous Colors of #fee23d

#fee23d #bafe3d #fe823d

Monochromatic Colors of #fee23d

#fee23d

Complementary Color

#fee23d #3d59fe

#fee23d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee23d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee23d Color CSS Codes

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

#fee23d Text Font Color

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

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


#fee23d Background Color

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

This div background color is #fee23d


#fee23d Border Color

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

This div border color is #fee23d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee23d


Comments

No comments written yet.

Please login to write comment.