Color Hex Logo

#fed051 Color Hex

#FED051
(254,208,81)
0 Favorites   0 Comments

Color spaces of #fed051

RGB 25420881
HSL0.120.990.66
HSV44°68°100°
CMYK 0.000.180.68   0.00
XYZ64.914166.776717.2524
Yxy66.77670.43580.4483
Hunter Lab81.7170-1.208544.6844
CIE-Lab85.39113.291466.5874

#fed051 color RGB value is (254,208,81).

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

The process color (four color CMYK) of #fed051 color hex is 0.00, 0.18, 0.68, 0.00. Web safe color of #fed051 is #ffcc66. Color #fed051 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010000 01010001
Octal 376 320 121
Decimal 254 208 81
Hex FE D0 51

RGB Percentages of Color #fed051

%46.78
%38.31
%14.92

CMYK Percentages of Color #fed051

%0
%18
%68
%0

Triadic Colors of #fed051

#fed051 #51fed0 #d051fe

Analogous Colors of #fed051

#fed051 #d6fe51 #fe7a51

Monochromatic Colors of #fed051

#fed051

Complementary Color

#fed051 #517ffe

#fed051 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed051 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed051 Color CSS Codes

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

#fed051 Text Font Color

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

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


#fed051 Background Color

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

This div background color is #fed051


#fed051 Border Color

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

This div border color is #fed051


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed051


Comments

No comments written yet.

Please login to write comment.