Color Hex Logo

#fec32d Color Hex

#FEC32D
(254,195,45)
1 Favorites   0 Comments

Color spaces of #fec32d

RGB 25419545
HSL0.120.990.59
HSV43°82°100°
CMYK 0.000.230.82   0.00
XYZ60.861860.290510.9121
Yxy60.29050.46080.4565
Hunter Lab77.64704.031046.0206
CIE-Lab81.99588.566076.0590

#fec32d color RGB value is (254,195,45).

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

The process color (four color CMYK) of #fec32d color hex is 0.00, 0.23, 0.82, 0.00. Web safe color of #fec32d is #ffcc33. Color #fec32d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000011 00101101
Octal 376 303 55
Decimal 254 195 45
Hex FE C3 2D

RGB Percentages of Color #fec32d

%51.42
%39.47
%9.11

CMYK Percentages of Color #fec32d

%0
%23
%82
%0

Triadic Colors of #fec32d

#fec32d #2dfec3 #c32dfe

Analogous Colors of #fec32d

#fec32d #d1fe2d #fe5b2d

Monochromatic Colors of #fec32d

#fec32d

Complementary Color

#fec32d #2d68fe

#fec32d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec32d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec32d Color CSS Codes

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

#fec32d Text Font Color

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

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


#fec32d Background Color

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

This div background color is #fec32d


#fec32d Border Color

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

This div border color is #fec32d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec32d


Comments

No comments written yet.

Please login to write comment.