Color Hex Logo

#fec034 Color Hex

#FEC034
(254,192,52)
0 Favorites   0 Comments

Color spaces of #fec034

RGB 25419252
HSL0.120.990.60
HSV42°80°100°
CMYK 0.000.240.80   0.00
XYZ60.342559.018011.4600
Yxy59.01800.46130.4511
Hunter Lab76.82325.766344.9317
CIE-Lab81.301510.329673.3323

#fec034 color RGB value is (254,192,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000000 00110100
Octal 376 300 64
Decimal 254 192 52
Hex FE C0 34

RGB Percentages of Color #fec034

%51.00
%38.55
%10.44

CMYK Percentages of Color #fec034

%0
%24
%80
%0

Triadic Colors of #fec034

#fec034 #34fec0 #c034fe

Analogous Colors of #fec034

#fec034 #d7fe34 #fe5b34

Monochromatic Colors of #fec034

#fec034

Complementary Color

#fec034 #3472fe

#fec034 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec034 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec034 Color CSS Codes

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

#fec034 Text Font Color

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

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


#fec034 Background Color

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

This div background color is #fec034


#fec034 Border Color

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

This div border color is #fec034


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec034

#fec034 Color Palettes


Comments

No comments written yet.

Please login to write comment.