Color Hex Logo

#fedd40 Color Hex

#FEDD40
(254,221,64)
0 Favorites   0 Comments

Color spaces of #fedd40

RGB 25422164
HSL0.140.990.62
HSV50°75°100°
CMYK 0.000.130.75   0.00
XYZ67.654973.153915.4048
Yxy73.15390.43310.4683
Hunter Lab85.5301-8.482849.1923
CIE-Lab88.5211-4.088175.9941

#fedd40 color RGB value is (254,221,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011101 01000000
Octal 376 335 100
Decimal 254 221 64
Hex FE DD 40

RGB Percentages of Color #fedd40

%47.12
%41.00
%11.87

CMYK Percentages of Color #fedd40

%0
%13
%75
%0

Triadic Colors of #fedd40

#fedd40 #40fedd #dd40fe

Analogous Colors of #fedd40

#fedd40 #c0fe40 #fe7e40

Monochromatic Colors of #fedd40

#fedd40

Complementary Color

#fedd40 #4061fe

#fedd40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedd40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedd40 Color CSS Codes

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

#fedd40 Text Font Color

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

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


#fedd40 Background Color

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

This div background color is #fedd40


#fedd40 Border Color

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

This div border color is #fedd40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedd40

Related Colors


Comments

No comments written yet.

Please login to write comment.