Color Hex Logo

#fed132 Color Hex

#FED132
(254,209,50)
1 Favorites   0 Comments

Color spaces of #fed132

RGB 25420950
HSL0.130.990.60
HSV47°80°100°
CMYK 0.000.180.80   0.00
XYZ64.249266.902012.5447
Yxy66.90200.44710.4656
Hunter Lab81.7936-2.926548.1622
CIE-Lab85.45441.509777.6026

#fed132 color RGB value is (254,209,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010001 00110010
Octal 376 321 62
Decimal 254 209 50
Hex FE D1 32

RGB Percentages of Color #fed132

%49.51
%40.74
%9.75

CMYK Percentages of Color #fed132

%0
%18
%80
%0

Triadic Colors of #fed132

#fed132 #32fed1 #d132fe

Analogous Colors of #fed132

#fed132 #c5fe32 #fe6b32

Monochromatic Colors of #fed132

#fed132

Complementary Color

#fed132 #325ffe

#fed132 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed132 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed132 Color CSS Codes

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

#fed132 Text Font Color

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

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


#fed132 Background Color

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

This div background color is #fed132


#fed132 Border Color

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

This div border color is #fed132


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed132


Comments

No comments written yet.

Please login to write comment.