Color Hex Logo

#feca6a Color Hex

#FECA6A
(254,202,106)
0 Favorites   0 Comments

Color spaces of #feca6a

RGB 254202106
HSL0.110.990.71
HSV39°58°100°
CMYK 0.000.200.58   0.00
XYZ64.595164.352522.6524
Yxy64.35250.42610.4245
Hunter Lab80.22003.347539.4118
CIE-Lab84.14907.922854.1625

#feca6a color RGB value is (254,202,106).

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

The process color (four color CMYK) of #feca6a color hex is 0.00, 0.20, 0.58, 0.00. Web safe color of #feca6a is #ffcc66. Color #feca6a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001010 01101010
Octal 376 312 152
Decimal 254 202 106
Hex FE CA 6A

RGB Percentages of Color #feca6a

%45.20
%35.94
%18.86

CMYK Percentages of Color #feca6a

%0
%20
%58
%0

Triadic Colors of #feca6a

#feca6a #6afeca #ca6afe

Analogous Colors of #feca6a

#feca6a #e8fe6a #fe806a

Monochromatic Colors of #feca6a

#feca6a

Complementary Color

#feca6a #6a9efe

#feca6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feca6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#feca6a Color CSS Codes

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

#feca6a Text Font Color

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

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


#feca6a Background Color

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

This div background color is #feca6a


#feca6a Border Color

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

This div border color is #feca6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feca6a


Comments

No comments written yet.

Please login to write comment.