Color Hex Logo

#fec45d Color Hex

#FEC45D
(254,196,93)
0 Favorites   0 Comments

Color spaces of #fec45d

RGB 25419693
HSL0.110.990.68
HSV38°63°100°
CMYK 0.000.230.63   0.00
XYZ62.588861.341018.8971
Yxy61.34100.43820.4295
Hunter Lab78.32055.585140.5189
CIE-Lab82.561710.165258.3740

#fec45d color RGB value is (254,196,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000100 01011101
Octal 376 304 135
Decimal 254 196 93
Hex FE C4 5D

RGB Percentages of Color #fec45d

%46.78
%36.10
%17.13

CMYK Percentages of Color #fec45d

%0
%23
%63
%0

Triadic Colors of #fec45d

#fec45d #5dfec4 #c45dfe

Analogous Colors of #fec45d

#fec45d #e8fe5d #fe745d

Monochromatic Colors of #fec45d

#fec45d

Complementary Color

#fec45d #5d97fe

#fec45d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec45d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec45d Color CSS Codes

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

#fec45d Text Font Color

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

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


#fec45d Background Color

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

This div background color is #fec45d


#fec45d Border Color

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

This div border color is #fec45d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,196,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 #fec45d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec45d


Comments

No comments written yet.

Please login to write comment.