Color Hex Logo

#feca58 Color Hex

#FECA58
(254,202,88)
0 Favorites   0 Comments

Color spaces of #feca58

RGB 25420288
HSL0.110.990.67
HSV41°65°100°
CMYK 0.000.200.65   0.00
XYZ63.755064.016518.2287
Yxy64.01650.43670.4385
Hunter Lab80.01032.217042.4992
CIE-Lab83.97446.761362.1408

#feca58 color RGB value is (254,202,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001010 01011000
Octal 376 312 130
Decimal 254 202 88
Hex FE CA 58

RGB Percentages of Color #feca58

%46.69
%37.13
%16.18

CMYK Percentages of Color #feca58

%0
%20
%65
%0

Triadic Colors of #feca58

#feca58 #58feca #ca58fe

Analogous Colors of #feca58

#feca58 #dffe58 #fe7758

Monochromatic Colors of #feca58

#feca58

Complementary Color

#feca58 #588cfe

#feca58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feca58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feca58 Color CSS Codes

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

#feca58 Text Font Color

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

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


#feca58 Background Color

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

This div background color is #feca58


#feca58 Border Color

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

This div border color is #feca58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feca58

Related Colors


Comments

No comments written yet.

Please login to write comment.