Color Hex Logo

#feda22 Color Hex

#FEDA22
(254,218,34)
0 Favorites   0 Comments

Color spaces of #feda22

RGB 25421834
HSL0.140.990.56
HSV50°87°100°
CMYK 0.000.140.87   0.00
XYZ66.233271.329111.7904
Yxy71.32910.44350.4776
Hunter Lab84.4566-7.814350.8425
CIE-Lab87.6447-3.459883.3699

#feda22 color RGB value is (254,218,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011010 00100010
Octal 376 332 42
Decimal 254 218 34
Hex FE DA 22

RGB Percentages of Color #feda22

%50.20
%43.08
%6.72

CMYK Percentages of Color #feda22

%0
%14
%87
%0

Triadic Colors of #feda22

#feda22 #22feda #da22fe

Analogous Colors of #feda22

#feda22 #b4fe22 #fe6c22

Monochromatic Colors of #feda22

#feda22

Complementary Color

#feda22 #2246fe

#feda22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feda22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feda22 Color CSS Codes

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

#feda22 Text Font Color

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

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


#feda22 Background Color

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

This div background color is #feda22


#feda22 Border Color

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

This div border color is #feda22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feda22


Comments

No comments written yet.

Please login to write comment.