Color Hex Logo

#fed010 Color Hex

#FED010
(254,208,16)
0 Favorites   0 Comments

Color spaces of #fed010

RGB 25420816
HSL0.130.990.53
HSV48°94°100°
CMYK 0.000.180.94   0.00
XYZ63.522566.22009.9240
Yxy66.22000.45480.4741
Hunter Lab81.3757-3.068949.7324
CIE-Lab85.10851.340084.3189

#fed010 color RGB value is (254,208,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010000 00010000
Octal 376 320 20
Decimal 254 208 16
Hex FE D0 10

RGB Percentages of Color #fed010

%53.14
%43.51
%3.35

CMYK Percentages of Color #fed010

%0
%18
%94
%0

Triadic Colors of #fed010

#fed010 #10fed0 #d010fe

Analogous Colors of #fed010

#fed010 #b5fe10 #fe5910

Monochromatic Colors of #fed010

#fed010

Complementary Color

#fed010 #103efe

#fed010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed010 Color CSS Codes

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

#fed010 Text Font Color

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

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


#fed010 Background Color

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

This div background color is #fed010


#fed010 Border Color

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

This div border color is #fed010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed010

Related Colors


Comments

No comments written yet.

Please login to write comment.