Color Hex Logo

#fed933 Color Hex

#FED933
(254,217,51)
0 Favorites   0 Comments

Color spaces of #fed933

RGB 25421751
HSL0.140.990.60
HSV49°80°100°
CMYK 0.000.150.80   0.00
XYZ66.283470.935613.3304
Yxy70.93560.44030.4712
Hunter Lab84.2233-6.911949.5722
CIE-Lab87.4537-2.524879.0589

#fed933 color RGB value is (254,217,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011001 00110011
Octal 376 331 63
Decimal 254 217 51
Hex FE D9 33

RGB Percentages of Color #fed933

%48.66
%41.57
%9.77

CMYK Percentages of Color #fed933

%0
%15
%80
%0

Triadic Colors of #fed933

#fed933 #33fed9 #d933fe

Analogous Colors of #fed933

#fed933 #befe33 #fe7433

Monochromatic Colors of #fed933

#fed933

Complementary Color

#fed933 #3358fe

#fed933 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed933 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed933 Color CSS Codes

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

#fed933 Text Font Color

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

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


#fed933 Background Color

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

This div background color is #fed933


#fed933 Border Color

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

This div border color is #fed933


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed933

Related Colors


Comments

No comments written yet.

Please login to write comment.