Color Hex Logo

#fec331 Color Hex

#FEC331
(254,195,49)
0 Favorites   0 Comments

Color spaces of #fec331

RGB 25419549
HSL0.120.990.59
HSV43°81°100°
CMYK 0.000.230.81   0.00
XYZ60.942560.322811.3372
Yxy60.32280.45960.4549
Hunter Lab77.66784.142645.7128
CIE-Lab82.01338.681074.8981

#fec331 color RGB value is (254,195,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000011 00110001
Octal 376 303 61
Decimal 254 195 49
Hex FE C3 31

RGB Percentages of Color #fec331

%51.00
%39.16
%9.84

CMYK Percentages of Color #fec331

%0
%23
%81
%0

Triadic Colors of #fec331

#fec331 #31fec3 #c331fe

Analogous Colors of #fec331

#fec331 #d3fe31 #fe5d31

Monochromatic Colors of #fec331

#fec331

Complementary Color

#fec331 #316cfe

#fec331 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec331 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec331 Color CSS Codes

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

#fec331 Text Font Color

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

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


#fec331 Background Color

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

This div background color is #fec331


#fec331 Border Color

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

This div border color is #fec331


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec331


Comments

No comments written yet.

Please login to write comment.