Color Hex Logo

#fed033 Color Hex

#FED033
(254,208,51)
0 Favorites   0 Comments

Color spaces of #fed033

RGB 25420851
HSL0.130.990.60
HSV46°80°100°
CMYK 0.000.180.80   0.00
XYZ64.026566.421612.5781
Yxy66.42160.44770.4644
Hunter Lab81.4994-2.393347.8992
CIE-Lab85.21102.051377.0967

#fed033 color RGB value is (254,208,51).

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

The process color (four color CMYK) of #fed033 color hex is 0.00, 0.18, 0.80, 0.00. Web safe color of #fed033 is #ffcc33. Color #fed033 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010000 00110011
Octal 376 320 63
Decimal 254 208 51
Hex FE D0 33

RGB Percentages of Color #fed033

%49.51
%40.55
%9.94

CMYK Percentages of Color #fed033

%0
%18
%80
%0

Triadic Colors of #fed033

#fed033 #33fed0 #d033fe

Analogous Colors of #fed033

#fed033 #c7fe33 #fe6b33

Monochromatic Colors of #fed033

#fed033

Complementary Color

#fed033 #3361fe

#fed033 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed033 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed033 Color CSS Codes

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

#fed033 Text Font Color

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

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


#fed033 Background Color

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

This div background color is #fed033


#fed033 Border Color

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

This div border color is #fed033


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed033

Related Colors


Comments

No comments written yet.

Please login to write comment.