Color Hex Logo

#fed133 Color Hex

#FED133
(254,209,51)
0 Favorites   0 Comments

Color spaces of #fed133

RGB 25420951
HSL0.130.990.60
HSV47°80°100°
CMYK 0.000.180.80   0.00
XYZ64.271166.910812.6596
Yxy66.91080.44680.4652
Hunter Lab81.7990-2.897348.0833
CIE-Lab85.45891.540477.3141

#fed133 color RGB value is (254,209,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010001 00110011
Octal 376 321 63
Decimal 254 209 51
Hex FE D1 33

RGB Percentages of Color #fed133

%49.42
%40.66
%9.92

CMYK Percentages of Color #fed133

%0
%18
%80
%0

Triadic Colors of #fed133

#fed133 #33fed1 #d133fe

Analogous Colors of #fed133

#fed133 #c6fe33 #fe6c33

Monochromatic Colors of #fed133

#fed133

Complementary Color

#fed133 #3360fe

#fed133 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed133 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed133 Color CSS Codes

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

#fed133 Text Font Color

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

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


#fed133 Background Color

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

This div background color is #fed133


#fed133 Border Color

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

This div border color is #fed133


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed133


Comments

No comments written yet.

Please login to write comment.