Color Hex Logo

#fdea3a Color Hex

#FDEA3A
(253,234,58)
0 Favorites   0 Comments

Color spaces of #fdea3a

RGB 25323458
HSL0.150.980.61
HSV54°77°99°
CMYK 0.000.080.77   0.01
XYZ70.694680.033815.7250
Yxy80.03380.42470.4808
Hunter Lab89.4616-15.503152.2015
CIE-Lab91.7000-11.202380.7580

#fdea3a color RGB value is (253,234,58).

#fdea3a hex color red value is 253, green value is 234 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #fdea3a hue: 0.15 , saturation: 0.98 and the lightness value of fdea3a is 0.61.

The process color (four color CMYK) of #fdea3a color hex is 0.00, 0.08, 0.77, 0.01. Web safe color of #fdea3a is #ffff33. Color #fdea3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101010 00111010
Octal 375 352 72
Decimal 253 234 58
Hex FD EA 3A

RGB Percentages of Color #fdea3a

%46.42
%42.94
%10.64

CMYK Percentages of Color #fdea3a

%0
%8
%77
%1

Triadic Colors of #fdea3a

#fdea3a #3afdea #ea3afd

Analogous Colors of #fdea3a

#fdea3a #affd3a #fd893a

Monochromatic Colors of #fdea3a

#fdea3a

Complementary Color

#fdea3a #3a4dfd

#fdea3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdea3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdea3a Color CSS Codes

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

#fdea3a Text Font Color

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

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


#fdea3a Background Color

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

This div background color is #fdea3a


#fdea3a Border Color

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

This div border color is #fdea3a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,234,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fdea3a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fdea3a;
  -webkit-box-shadow: 1px 1px 3px 2px #fdea3a;
  box-shadow:         1px 1px 3px 2px #fdea3a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,234,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdea3a


Comments

No comments written yet.

Please login to write comment.