Color Hex Logo

#fdc982 Color Hex

#FDC982
(253,201,130)
3 Favorites   0 Comments

Color spaces of #fdc982

RGB 253201130
HSL0.100.970.75
HSV35°49°99°
CMYK 0.000.210.49   0.01
XYZ65.423964.267630.0758
Yxy64.26760.40950.4023
Hunter Lab80.16715.380533.8735
CIE-Lab84.10499.984942.3433

#fdc982 color RGB value is (253,201,130).

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

The process color (four color CMYK) of #fdc982 color hex is 0.00, 0.21, 0.49, 0.01. Web safe color of #fdc982 is #ffcc99. Color #fdc982 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001001 10000010
Octal 375 311 202
Decimal 253 201 130
Hex FD C9 82

RGB Percentages of Color #fdc982

%43.32
%34.42
%22.26

CMYK Percentages of Color #fdc982

%0
%21
%49
%1

Triadic Colors of #fdc982

#fdc982 #82fdc9 #c982fd

Analogous Colors of #fdc982

#fdc982 #f4fd82 #fd8c82

Monochromatic Colors of #fdc982

#fdc982

Complementary Color

#fdc982 #82b6fd

#fdc982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc982 Color CSS Codes

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

#fdc982 Text Font Color

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

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


#fdc982 Background Color

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

This div background color is #fdc982


#fdc982 Border Color

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

This div border color is #fdc982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc982

#fdc982 Color Palettes


Comments

No comments written yet.

Please login to write comment.