Color Hex Logo

#fec769 Color Hex

#FEC769
(254,199,105)
0 Favorites   0 Comments

Color spaces of #fec769

RGB 254199105
HSL0.110.990.70
HSV38°59°100°
CMYK 0.000.220.59   0.00
XYZ63.846362.937622.1477
Yxy62.93760.42870.4226
Hunter Lab79.33324.821238.9811
CIE-Lab83.40959.404753.7744

#fec769 color RGB value is (254,199,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000111 01101001
Octal 376 307 151
Decimal 254 199 105
Hex FE C7 69

RGB Percentages of Color #fec769

%45.52
%35.66
%18.82

CMYK Percentages of Color #fec769

%0
%22
%59
%0

Triadic Colors of #fec769

#fec769 #69fec7 #c769fe

Analogous Colors of #fec769

#fec769 #ebfe69 #fe7d69

Monochromatic Colors of #fec769

#fec769

Complementary Color

#fec769 #69a0fe

#fec769 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec769 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec769 Color CSS Codes

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

#fec769 Text Font Color

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

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


#fec769 Background Color

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

This div background color is #fec769


#fec769 Border Color

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

This div border color is #fec769


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec769

Related Colors


Comments

No comments written yet.

Please login to write comment.