Color Hex Logo

#fda76d Color Hex

#FDA76D
(253,167,109)
0 Favorites   0 Comments

Color spaces of #fda76d

RGB 253167109
HSL0.070.970.71
HSV24°57°99°
CMYK 0.000.340.57   0.01
XYZ57.087049.624221.0376
Yxy49.62420.44690.3885
Hunter Lab70.444421.375631.6047
CIE-Lab75.838026.007742.7190

#fda76d color RGB value is (253,167,109).

#fda76d hex color red value is 253, green value is 167 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #fda76d hue: 0.07 , saturation: 0.97 and the lightness value of fda76d is 0.71.

The process color (four color CMYK) of #fda76d color hex is 0.00, 0.34, 0.57, 0.01. Web safe color of #fda76d is #ff9966. Color #fda76d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100111 01101101
Octal 375 247 155
Decimal 253 167 109
Hex FD A7 6D

RGB Percentages of Color #fda76d

%47.83
%31.57
%20.60

CMYK Percentages of Color #fda76d

%0
%34
%57
%1

Triadic Colors of #fda76d

#fda76d #6dfda7 #a76dfd

Analogous Colors of #fda76d

#fda76d #fdef6d #fd6d7b

Monochromatic Colors of #fda76d

#fda76d

Complementary Color

#fda76d #6dc3fd

#fda76d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda76d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda76d Color CSS Codes

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

#fda76d Text Font Color

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

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


#fda76d Background Color

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

This div background color is #fda76d


#fda76d Border Color

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

This div border color is #fda76d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda76d


Comments

No comments written yet.

Please login to write comment.