Color Hex Logo

#fec55d Color Hex

#FEC55D
(254,197,93)
0 Favorites   0 Comments

Color spaces of #fec55d

RGB 25419793
HSL0.110.990.68
HSV39°63°100°
CMYK 0.000.220.63   0.00
XYZ62.815161.793618.9726
Yxy61.79360.43750.4304
Hunter Lab78.60895.070940.7163
CIE-Lab82.80359.646558.6426

#fec55d color RGB value is (254,197,93).

#fec55d hex color red value is 254, green value is 197 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #fec55d hue: 0.11 , saturation: 0.99 and the lightness value of fec55d is 0.68.

The process color (four color CMYK) of #fec55d color hex is 0.00, 0.22, 0.63, 0.00. Web safe color of #fec55d is #ffcc66. Color #fec55d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000101 01011101
Octal 376 305 135
Decimal 254 197 93
Hex FE C5 5D

RGB Percentages of Color #fec55d

%46.69
%36.21
%17.10

CMYK Percentages of Color #fec55d

%0
%22
%63
%0

Triadic Colors of #fec55d

#fec55d #5dfec5 #c55dfe

Analogous Colors of #fec55d

#fec55d #e7fe5d #fe755d

Monochromatic Colors of #fec55d

#fec55d

Complementary Color

#fec55d #5d96fe

#fec55d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec55d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec55d Color CSS Codes

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

#fec55d Text Font Color

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

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


#fec55d Background Color

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

This div background color is #fec55d


#fec55d Border Color

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

This div border color is #fec55d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec55d

Related Colors


Comments

No comments written yet.

Please login to write comment.