Color Hex Logo

#fec768 Color Hex

#FEC768
(254,199,104)
1 Favorites   0 Comments

Color spaces of #fec768

RGB 254199104
HSL0.110.990.70
HSV38°59°100°
CMYK 0.000.220.59   0.00
XYZ63.795262.917221.8786
Yxy62.91720.42930.4234
Hunter Lab79.32044.752039.1705
CIE-Lab83.39889.334254.2342

#fec768 color RGB value is (254,199,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000111 01101000
Octal 376 307 150
Decimal 254 199 104
Hex FE C7 68

RGB Percentages of Color #fec768

%45.60
%35.73
%18.67

CMYK Percentages of Color #fec768

%0
%22
%59
%0

Triadic Colors of #fec768

#fec768 #68fec7 #c768fe

Analogous Colors of #fec768

#fec768 #eafe68 #fe7c68

Monochromatic Colors of #fec768

#fec768

Complementary Color

#fec768 #689ffe

#fec768 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec768 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec768 Color CSS Codes

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

#fec768 Text Font Color

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

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


#fec768 Background Color

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

This div background color is #fec768


#fec768 Border Color

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

This div border color is #fec768


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec768

Related Colors


Comments

No comments written yet.

Please login to write comment.