Color Hex Logo

#fedd32 Color Hex

#FEDD32
(254,221,50)
0 Favorites   0 Comments

Color spaces of #fedd32

RGB 25422150
HSL0.140.990.60
HSV50°80°100°
CMYK 0.000.130.80   0.00
XYZ67.305273.014013.5634
Yxy73.01400.43740.4745
Hunter Lab85.4482-8.934950.4025
CIE-Lab88.4544-4.571380.2090

#fedd32 color RGB value is (254,221,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011101 00110010
Octal 376 335 62
Decimal 254 221 50
Hex FE DD 32

RGB Percentages of Color #fedd32

%48.38
%42.10
%9.52

CMYK Percentages of Color #fedd32

%0
%13
%80
%0

Triadic Colors of #fedd32

#fedd32 #32fedd #dd32fe

Analogous Colors of #fedd32

#fedd32 #b9fe32 #fe7732

Monochromatic Colors of #fedd32

#fedd32

Complementary Color

#fedd32 #3253fe

#fedd32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedd32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedd32 Color CSS Codes

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

#fedd32 Text Font Color

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

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


#fedd32 Background Color

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

This div background color is #fedd32


#fedd32 Border Color

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

This div border color is #fedd32


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,221,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 #fedd32">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedd32

Related Colors

#fedd32 Color Palettes


Comments

No comments written yet.

Please login to write comment.