Color Hex Logo

#fda34e Color Hex

#FDA34E
(253,163,78)
0 Favorites   0 Comments

Color spaces of #fda34e

RGB 25316378
HSL0.080.980.65
HSV29°69°99°
CMYK 0.000.360.69   0.01
XYZ54.980447.627113.5029
Yxy47.62710.47350.4102
Hunter Lab69.012421.434736.7080
CIE-Lab74.589126.136656.4521

#fda34e color RGB value is (253,163,78).

#fda34e hex color red value is 253, green value is 163 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #fda34e hue: 0.08 , saturation: 0.98 and the lightness value of fda34e is 0.65.

The process color (four color CMYK) of #fda34e color hex is 0.00, 0.36, 0.69, 0.01. Web safe color of #fda34e is #ff9966. Color #fda34e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100011 01001110
Octal 375 243 116
Decimal 253 163 78
Hex FD A3 4E

RGB Percentages of Color #fda34e

%51.21
%33.00
%15.79

CMYK Percentages of Color #fda34e

%0
%36
%69
%1

Triadic Colors of #fda34e

#fda34e #4efda3 #a34efd

Analogous Colors of #fda34e

#fda34e #fdfb4e #fd4e51

Monochromatic Colors of #fda34e

#fda34e

Complementary Color

#fda34e #4ea8fd

#fda34e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda34e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda34e Color CSS Codes

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

#fda34e Text Font Color

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

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


#fda34e Background Color

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

This div background color is #fda34e


#fda34e Border Color

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

This div border color is #fda34e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda34e


Comments

No comments written yet.

Please login to write comment.