Color Hex Logo

#fec468 Color Hex

#FEC468
(254,196,104)
0 Favorites   0 Comments

Color spaces of #fec468

RGB 254196104
HSL0.100.990.70
HSV37°59°100°
CMYK 0.000.230.59   0.00
XYZ63.111761.550221.6507
Yxy61.55020.43130.4207
Hunter Lab78.45396.298638.5557
CIE-Lab82.673610.890853.3921

#fec468 color RGB value is (254,196,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000100 01101000
Octal 376 304 150
Decimal 254 196 104
Hex FE C4 68

RGB Percentages of Color #fec468

%45.85
%35.38
%18.77

CMYK Percentages of Color #fec468

%0
%23
%59
%0

Triadic Colors of #fec468

#fec468 #68fec4 #c468fe

Analogous Colors of #fec468

#fec468 #edfe68 #fe7968

Monochromatic Colors of #fec468

#fec468

Complementary Color

#fec468 #68a2fe

#fec468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec468 Color CSS Codes

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

#fec468 Text Font Color

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

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


#fec468 Background Color

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

This div background color is #fec468


#fec468 Border Color

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

This div border color is #fec468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec468

Related Colors


Comments

No comments written yet.

Please login to write comment.