Color Hex Logo

#feda12 Color Hex

#FEDA12
(254,218,18)
0 Favorites   0 Comments

Color spaces of #feda12

RGB 25421818
HSL0.140.990.53
HSV51°93°100°
CMYK 0.000.140.93   0.00
XYZ66.053671.257310.8449
Yxy71.25730.44580.4810
Hunter Lab84.4140-8.049151.4727
CIE-Lab87.6099-3.710985.9294

#feda12 color RGB value is (254,218,18).

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

The process color (four color CMYK) of #feda12 color hex is 0.00, 0.14, 0.93, 0.00. Web safe color of #feda12 is #ffcc00. Color #feda12 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011010 00010010
Octal 376 332 22
Decimal 254 218 18
Hex FE DA 12

RGB Percentages of Color #feda12

%51.84
%44.49
%3.67

CMYK Percentages of Color #feda12

%0
%14
%93
%0

Triadic Colors of #feda12

#feda12 #12feda #da12fe

Analogous Colors of #feda12

#feda12 #acfe12 #fe6412

Monochromatic Colors of #feda12

#feda12

Complementary Color

#feda12 #1236fe

#feda12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feda12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feda12 Color CSS Codes

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

#feda12 Text Font Color

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

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


#feda12 Background Color

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

This div background color is #feda12


#feda12 Border Color

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

This div border color is #feda12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feda12


Comments

No comments written yet.

Please login to write comment.