Color Hex Logo

#fee034 Color Hex

#FEE034
(254,224,52)
0 Favorites   0 Comments

Color spaces of #fee034

RGB 25422452
HSL0.140.990.60
HSV51°80°100°
CMYK 0.000.120.80   0.00
XYZ68.148574.630114.0620
Yxy74.63010.43450.4758
Hunter Lab86.3887-10.368950.8211
CIE-Lab89.2194-6.015380.3188

#fee034 color RGB value is (254,224,52).

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

The process color (four color CMYK) of #fee034 color hex is 0.00, 0.12, 0.80, 0.00. Web safe color of #fee034 is #ffcc33. Color #fee034 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100000 00110100
Octal 376 340 64
Decimal 254 224 52
Hex FE E0 34

RGB Percentages of Color #fee034

%47.92
%42.26
%9.81

CMYK Percentages of Color #fee034

%0
%12
%80
%0

Triadic Colors of #fee034

#fee034 #34fee0 #e034fe

Analogous Colors of #fee034

#fee034 #b7fe34 #fe7b34

Monochromatic Colors of #fee034

#fee034

Complementary Color

#fee034 #3452fe

#fee034 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee034 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee034 Color CSS Codes

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

#fee034 Text Font Color

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

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


#fee034 Background Color

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

This div background color is #fee034


#fee034 Border Color

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

This div border color is #fee034


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee034

Related Colors


Comments

No comments written yet.

Please login to write comment.