Color Hex Logo

#feca38 Color Hex

#FECA38
(254,202,56)
0 Favorites   0 Comments

Color spaces of #feca38

RGB 25420256
HSL0.120.990.61
HSV44°78°100°
CMYK 0.000.200.78   0.00
XYZ62.707463.597412.7119
Yxy63.59740.45110.4575
Hunter Lab79.74800.799146.3727
CIE-Lab83.75575.293274.2434

#feca38 color RGB value is (254,202,56).

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

The process color (four color CMYK) of #feca38 color hex is 0.00, 0.20, 0.78, 0.00. Web safe color of #feca38 is #ffcc33. Color #feca38 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001010 00111000
Octal 376 312 70
Decimal 254 202 56
Hex FE CA 38

RGB Percentages of Color #feca38

%49.61
%39.45
%10.94

CMYK Percentages of Color #feca38

%0
%20
%78
%0

Triadic Colors of #feca38

#feca38 #38feca #ca38fe

Analogous Colors of #feca38

#feca38 #cffe38 #fe6738

Monochromatic Colors of #feca38

#feca38

Complementary Color

#feca38 #386cfe

#feca38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feca38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feca38 Color CSS Codes

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

#feca38 Text Font Color

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

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


#feca38 Background Color

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

This div background color is #feca38


#feca38 Border Color

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

This div border color is #feca38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feca38

Related Colors


Comments

No comments written yet.

Please login to write comment.