Color Hex Logo

#feca22 Color Hex

#FECA22
(254,202,34)
0 Favorites   0 Comments

Color spaces of #feca22

RGB 25420234
HSL0.130.990.56
HSV46°87°100°
CMYK 0.000.200.87   0.00
XYZ62.282363.427410.4735
Yxy63.42740.45730.4658
Hunter Lab79.64130.220947.9518
CIE-Lab83.66674.690980.2016

#feca22 color RGB value is (254,202,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001010 00100010
Octal 376 312 42
Decimal 254 202 34
Hex FE CA 22

RGB Percentages of Color #feca22

%51.84
%41.22
%6.94

CMYK Percentages of Color #feca22

%0
%20
%87
%0

Triadic Colors of #feca22

#feca22 #22feca #ca22fe

Analogous Colors of #feca22

#feca22 #c4fe22 #fe5c22

Monochromatic Colors of #feca22

#feca22

Complementary Color

#feca22 #2256fe

#feca22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feca22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feca22 Color CSS Codes

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

#feca22 Text Font Color

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

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


#feca22 Background Color

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

This div background color is #feca22


#feca22 Border Color

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

This div border color is #feca22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feca22


Comments

No comments written yet.

Please login to write comment.