Color Hex Logo

#fec37c Color Hex

#FEC37C
(254,195,124)
0 Favorites   0 Comments

Color spaces of #fec37c

RGB 254195124
HSL0.090.980.74
HSV33°51°100°
CMYK 0.000.230.51   0.00
XYZ64.026261.556327.5758
Yxy61.55630.41800.4019
Hunter Lab78.45788.365334.0816
CIE-Lab82.676912.973643.5951

#fec37c color RGB value is (254,195,124).

#fec37c hex color red value is 254, green value is 195 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #fec37c hue: 0.09 , saturation: 0.98 and the lightness value of fec37c is 0.74.

The process color (four color CMYK) of #fec37c color hex is 0.00, 0.23, 0.51, 0.00. Web safe color of #fec37c is #ffcc66. Color #fec37c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000011 01111100
Octal 376 303 174
Decimal 254 195 124
Hex FE C3 7C

RGB Percentages of Color #fec37c

%44.33
%34.03
%21.64

CMYK Percentages of Color #fec37c

%0
%23
%51
%0

Triadic Colors of #fec37c

#fec37c #7cfec3 #c37cfe

Analogous Colors of #fec37c

#fec37c #f8fe7c #fe827c

Monochromatic Colors of #fec37c

#fec37c

Complementary Color

#fec37c #7cb7fe

#fec37c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec37c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec37c Color CSS Codes

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

#fec37c Text Font Color

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

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


#fec37c Background Color

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

This div background color is #fec37c


#fec37c Border Color

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

This div border color is #fec37c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec37c

Related Colors


Comments

No comments written yet.

Please login to write comment.