Color Hex Logo

#fec558 Color Hex

#FEC558
(254,197,88)
0 Favorites   0 Comments

Color spaces of #fec558

RGB 25419788
HSL0.110.990.67
HSV39°65°100°
CMYK 0.000.220.65   0.00
XYZ62.600861.707917.8439
Yxy61.70790.44040.4341
Hunter Lab78.55444.778341.5201
CIE-Lab82.75789.347660.8245

#fec558 color RGB value is (254,197,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000101 01011000
Octal 376 305 130
Decimal 254 197 88
Hex FE C5 58

RGB Percentages of Color #fec558

%47.12
%36.55
%16.33

CMYK Percentages of Color #fec558

%0
%22
%65
%0

Triadic Colors of #fec558

#fec558 #58fec5 #c558fe

Analogous Colors of #fec558

#fec558 #e4fe58 #fe7258

Monochromatic Colors of #fec558

#fec558

Complementary Color

#fec558 #5891fe

#fec558 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec558 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec558 Color CSS Codes

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

#fec558 Text Font Color

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

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


#fec558 Background Color

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

This div background color is #fec558


#fec558 Border Color

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

This div border color is #fec558


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec558


Comments

No comments written yet.

Please login to write comment.