Color Hex Logo

#fec838 Color Hex

#FEC838
(254,200,56)
0 Favorites   0 Comments

Color spaces of #fec838

RGB 25420056
HSL0.120.990.61
HSV44°78°100°
CMYK 0.000.210.78   0.00
XYZ62.241162.664912.5565
Yxy62.66490.45280.4559
Hunter Lab79.16121.815046.0083
CIE-Lab83.26586.323573.7985

#fec838 color RGB value is (254,200,56).

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

The process color (four color CMYK) of #fec838 color hex is 0.00, 0.21, 0.78, 0.00. Web safe color of #fec838 is #ffcc33. Color #fec838 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001000 00111000
Octal 376 310 70
Decimal 254 200 56
Hex FE C8 38

RGB Percentages of Color #fec838

%49.80
%39.22
%10.98

CMYK Percentages of Color #fec838

%0
%21
%78
%0

Triadic Colors of #fec838

#fec838 #38fec8 #c838fe

Analogous Colors of #fec838

#fec838 #d1fe38 #fe6538

Monochromatic Colors of #fec838

#fec838

Complementary Color

#fec838 #386efe

#fec838 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec838 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec838 Color CSS Codes

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

#fec838 Text Font Color

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

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


#fec838 Background Color

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

This div background color is #fec838


#fec838 Border Color

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

This div border color is #fec838


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec838


Comments

No comments written yet.

Please login to write comment.