Color Hex Logo

#fed508 Color Hex

#FED508
(254,213,8)
0 Favorites   0 Comments

Color spaces of #fed508

RGB 2542138
HSL0.140.990.51
HSV50°97°100°
CMYK 0.000.160.97   0.00
XYZ64.711168.676910.0750
Yxy68.67690.45110.4787
Hunter Lab82.8715-5.641650.8020
CIE-Lab86.3438-1.274785.9945

#fed508 color RGB value is (254,213,8).

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

The process color (four color CMYK) of #fed508 color hex is 0.00, 0.16, 0.97, 0.00. Web safe color of #fed508 is #ffcc00. Color #fed508 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010101 00001000
Octal 376 325 10
Decimal 254 213 8
Hex FE D5 8

RGB Percentages of Color #fed508

%53.47
%44.84
%1.68

CMYK Percentages of Color #fed508

%0
%16
%97
%0

Triadic Colors of #fed508

#fed508 #08fed5 #d508fe

Analogous Colors of #fed508

#fed508 #acfe08 #fe5a08

Monochromatic Colors of #fed508

#fed508

Complementary Color

#fed508 #0831fe

#fed508 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed508 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed508 Color CSS Codes

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

#fed508 Text Font Color

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

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


#fed508 Background Color

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

This div background color is #fed508


#fed508 Border Color

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

This div border color is #fed508


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed508


Comments

No comments written yet.

Please login to write comment.