Color Hex Logo

#fec569 Color Hex

#FEC569
(254,197,105)
0 Favorites   0 Comments

Color spaces of #fec569

RGB 254197105
HSL0.100.990.70
HSV37°59°100°
CMYK 0.000.220.59   0.00
XYZ63.389162.023321.9953
Yxy62.02330.43000.4208
Hunter Lab78.75495.852038.5694
CIE-Lab82.925810.442053.2108

#fec569 color RGB value is (254,197,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000101 01101001
Octal 376 305 151
Decimal 254 197 105
Hex FE C5 69

RGB Percentages of Color #fec569

%45.68
%35.43
%18.88

CMYK Percentages of Color #fec569

%0
%22
%59
%0

Triadic Colors of #fec569

#fec569 #69fec5 #c569fe

Analogous Colors of #fec569

#fec569 #edfe69 #fe7b69

Monochromatic Colors of #fec569

#fec569

Complementary Color

#fec569 #69a2fe

#fec569 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec569 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec569 Color CSS Codes

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

#fec569 Text Font Color

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

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


#fec569 Background Color

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

This div background color is #fec569


#fec569 Border Color

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

This div border color is #fec569


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec569

Related Colors


Comments

No comments written yet.

Please login to write comment.