Color Hex Logo

#fec553 Color Hex

#FEC553
(254,197,83)
0 Favorites   0 Comments

Color spaces of #fec553

RGB 25419783
HSL0.110.990.66
HSV40°67°100°
CMYK 0.000.220.67   0.00
XYZ62.400661.627916.7901
Yxy61.62790.44310.4376
Hunter Lab78.50344.504642.2716
CIE-Lab82.71519.067462.9492

#fec553 color RGB value is (254,197,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000101 01010011
Octal 376 305 123
Decimal 254 197 83
Hex FE C5 53

RGB Percentages of Color #fec553

%47.57
%36.89
%15.54

CMYK Percentages of Color #fec553

%0
%22
%67
%0

Triadic Colors of #fec553

#fec553 #53fec5 #c553fe

Analogous Colors of #fec553

#fec553 #e2fe53 #fe7053

Monochromatic Colors of #fec553

#fec553

Complementary Color

#fec553 #538cfe

#fec553 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec553 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec553 Color CSS Codes

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

#fec553 Text Font Color

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

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


#fec553 Background Color

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

This div background color is #fec553


#fec553 Border Color

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

This div border color is #fec553


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec553


Comments

No comments written yet.

Please login to write comment.