Color Hex Logo

#feda3d Color Hex

#FEDA3D
(254,218,61)
0 Favorites   0 Comments

Color spaces of #feda3d

RGB 25421861
HSL0.140.990.62
HSV49°76°100°
CMYK 0.000.140.76   0.00
XYZ66.786871.550614.7055
Yxy71.55060.43640.4675
Hunter Lab84.5876-7.092248.9038
CIE-Lab87.7518-2.690176.2693

#feda3d color RGB value is (254,218,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011010 00111101
Octal 376 332 75
Decimal 254 218 61
Hex FE DA 3D

RGB Percentages of Color #feda3d

%47.65
%40.90
%11.44

CMYK Percentages of Color #feda3d

%0
%14
%76
%0

Triadic Colors of #feda3d

#feda3d #3dfeda #da3dfe

Analogous Colors of #feda3d

#feda3d #c2fe3d #fe7a3d

Monochromatic Colors of #feda3d

#feda3d

Complementary Color

#feda3d #3d61fe

#feda3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feda3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#feda3d Color CSS Codes

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

#feda3d Text Font Color

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

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


#feda3d Background Color

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

This div background color is #feda3d


#feda3d Border Color

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

This div border color is #feda3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feda3d


Comments

No comments written yet.

Please login to write comment.