Color Hex Logo

#fda982 Color Hex

#FDA982
(253,169,130)
0 Favorites   0 Comments

Color spaces of #fda982

RGB 253169130
HSL0.050.970.75
HSV19°49°99°
CMYK 0.000.330.49   0.01
XYZ58.725250.870327.8429
Yxy50.87030.42730.3701
Hunter Lab71.323422.154726.7810
CIE-Lab76.600426.719032.7111

#fda982 color RGB value is (253,169,130).

#fda982 hex color red value is 253, green value is 169 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #fda982 hue: 0.05 , saturation: 0.97 and the lightness value of fda982 is 0.75.

The process color (four color CMYK) of #fda982 color hex is 0.00, 0.33, 0.49, 0.01. Web safe color of #fda982 is #ff9999. Color #fda982 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101001 10000010
Octal 375 251 202
Decimal 253 169 130
Hex FD A9 82

RGB Percentages of Color #fda982

%45.83
%30.62
%23.55

CMYK Percentages of Color #fda982

%0
%33
%49
%1

Triadic Colors of #fda982

#fda982 #82fda9 #a982fd

Analogous Colors of #fda982

#fda982 #fde782 #fd8299

Monochromatic Colors of #fda982

#fda982

Complementary Color

#fda982 #82d6fd

#fda982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda982 Color CSS Codes

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

#fda982 Text Font Color

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

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


#fda982 Background Color

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

This div background color is #fda982


#fda982 Border Color

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

This div border color is #fda982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda982


Comments

No comments written yet.

Please login to write comment.