Color Hex Logo

#fee34d Color Hex

#FEE34D
(254,227,77)
0 Favorites   0 Comments

Color spaces of #fee34d

RGB 25422777
HSL0.140.990.65
HSV51°70°100°
CMYK 0.000.110.70   0.00
XYZ69.681776.544818.1232
Yxy76.54480.42400.4657
Hunter Lab87.4899-10.940248.9612
CIE-Lab90.1117-6.530072.9354

#fee34d color RGB value is (254,227,77).

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

The process color (four color CMYK) of #fee34d color hex is 0.00, 0.11, 0.70, 0.00. Web safe color of #fee34d is #ffcc66. Color #fee34d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100011 01001101
Octal 376 343 115
Decimal 254 227 77
Hex FE E3 4D

RGB Percentages of Color #fee34d

%45.52
%40.68
%13.80

CMYK Percentages of Color #fee34d

%0
%11
%70
%0

Triadic Colors of #fee34d

#fee34d #4dfee3 #e34dfe

Analogous Colors of #fee34d

#fee34d #c1fe4d #fe8b4d

Monochromatic Colors of #fee34d

#fee34d

Complementary Color

#fee34d #4d68fe

#fee34d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee34d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee34d Color CSS Codes

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

#fee34d Text Font Color

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

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


#fee34d Background Color

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

This div background color is #fee34d


#fee34d Border Color

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

This div border color is #fee34d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee34d

Related Colors


Comments

No comments written yet.

Please login to write comment.