Color Hex Logo

#fec36d Color Hex

#FEC36D
(254,195,109)
0 Favorites   0 Comments

Color spaces of #fec36d

RGB 254195109
HSL0.100.990.71
HSV36°57°100°
CMYK 0.000.230.57   0.00
XYZ63.148561.205222.9535
Yxy61.20520.42870.4155
Hunter Lab78.23387.172137.3682
CIE-Lab82.488911.771750.7776

#fec36d color RGB value is (254,195,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000011 01101101
Octal 376 303 155
Decimal 254 195 109
Hex FE C3 6D

RGB Percentages of Color #fec36d

%45.52
%34.95
%19.53

CMYK Percentages of Color #fec36d

%0
%23
%57
%0

Triadic Colors of #fec36d

#fec36d #6dfec3 #c36dfe

Analogous Colors of #fec36d

#fec36d #f1fe6d #fe7b6d

Monochromatic Colors of #fec36d

#fec36d

Complementary Color

#fec36d #6da8fe

#fec36d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec36d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec36d Color CSS Codes

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

#fec36d Text Font Color

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

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


#fec36d Background Color

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

This div background color is #fec36d


#fec36d Border Color

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

This div border color is #fec36d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec36d

Related Colors


Comments

No comments written yet.

Please login to write comment.