Color Hex Logo

#fec328 Color Hex

#FEC328
(254,195,40)
0 Favorites   0 Comments

Color spaces of #fec328

RGB 25419540
HSL0.120.990.58
HSV43°84°100°
CMYK 0.000.230.84   0.00
XYZ60.771260.254210.4347
Yxy60.25420.46230.4583
Hunter Lab77.62363.905746.3663
CIE-Lab81.97628.436877.4001

#fec328 color RGB value is (254,195,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000011 00101000
Octal 376 303 50
Decimal 254 195 40
Hex FE C3 28

RGB Percentages of Color #fec328

%51.94
%39.88
%8.18

CMYK Percentages of Color #fec328

%0
%23
%84
%0

Triadic Colors of #fec328

#fec328 #28fec3 #c328fe

Analogous Colors of #fec328

#fec328 #cefe28 #fe5828

Monochromatic Colors of #fec328

#fec328

Complementary Color

#fec328 #2863fe

#fec328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec328 Color CSS Codes

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

#fec328 Text Font Color

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

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


#fec328 Background Color

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

This div background color is #fec328


#fec328 Border Color

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

This div border color is #fec328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec328


Comments

No comments written yet.

Please login to write comment.