color codes Logo

#fec84f color codes

#FEC84F
(254,200,79)
0 Favorites   0 Comments

Color spaces of #fec84f

RGB 25420079
HSL0.120.990.65
HSV41°69°100°
CMYK 0.000.210.69   0.00
XYZ62.938662.943916.2293
Yxy62.94390.44290.4429
Hunter Lab79.33722.764943.4076
CIE-Lab83.41297.305465.3598

#fec84f color RGB value is (254,200,79).

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

The process color (four color CMYK) of #fec84f color code is 0.00, 0.21, 0.69, 0.00. Web safe color of #fec84f is #ffcc66. Color #fec84f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001000 01001111
Octal 376 310 117
Decimal 254 200 79
Hex FE C8 4F

RGB Percentages of Color #fec84f

%47.65
%37.52
%14.82

CMYK Percentages of Color #fec84f

%0
%21
%69
%0

Triadic Colors of #fec84f

#fec84f #4ffec8 #c84ffe

Analogous Colors of #fec84f

#fec84f #ddfe4f #fe714f

Monochromatic Colors of #fec84f

#fec84f

Complementary Color

#fec84f #4f85fe

#fec84f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec84f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec84f Color CSS Codes

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

#fec84f Text Font Color

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

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


#fec84f Background Color

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

This div background color is #fec84f


#fec84f Border Color

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

This div border color is #fec84f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec84f

Related Colors


Comments

No comments written yet.

Please login to write comment.