Color Hex Logo

#feda32 Color Hex

#FEDA32
(254,218,50)
0 Favorites   0 Comments

Color spaces of #feda32

RGB 25421850
HSL0.140.990.60
HSV49°80°100°
CMYK 0.000.140.80   0.00
XYZ66.520271.443913.3017
Yxy71.44390.43980.4723
Hunter Lab84.5245-7.439649.8366
CIE-Lab87.7002-3.060079.5553

#feda32 color RGB value is (254,218,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011010 00110010
Octal 376 332 62
Decimal 254 218 50
Hex FE DA 32

RGB Percentages of Color #feda32

%48.66
%41.76
%9.58

CMYK Percentages of Color #feda32

%0
%14
%80
%0

Triadic Colors of #feda32

#feda32 #32feda #da32fe

Analogous Colors of #feda32

#feda32 #bcfe32 #fe7432

Monochromatic Colors of #feda32

#feda32

Complementary Color

#feda32 #3256fe

#feda32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feda32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feda32 Color CSS Codes

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

#feda32 Text Font Color

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

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


#feda32 Background Color

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

This div background color is #feda32


#feda32 Border Color

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

This div border color is #feda32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feda32


Comments

No comments written yet.

Please login to write comment.