Color Hex Logo

#fed112 Color Hex

#FED112
(254,209,18)
0 Favorites   0 Comments

Color spaces of #fed112

RGB 25420918
HSL0.130.990.53
HSV49°93°100°
CMYK 0.000.180.93   0.00
XYZ63.782766.715410.0879
Yxy66.71540.45370.4746
Hunter Lab81.6795-3.550349.8530
CIE-Lab85.36000.852084.2597

#fed112 color RGB value is (254,209,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010001 00010010
Octal 376 321 22
Decimal 254 209 18
Hex FE D1 12

RGB Percentages of Color #fed112

%52.81
%43.45
%3.74

CMYK Percentages of Color #fed112

%0
%18
%93
%0

Triadic Colors of #fed112

#fed112 #12fed1 #d112fe

Analogous Colors of #fed112

#fed112 #b5fe12 #fe5b12

Monochromatic Colors of #fed112

#fed112

Complementary Color

#fed112 #123ffe

#fed112 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed112 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed112 Color CSS Codes

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

#fed112 Text Font Color

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

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


#fed112 Background Color

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

This div background color is #fed112


#fed112 Border Color

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

This div border color is #fed112


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed112


Comments

No comments written yet.

Please login to write comment.