Color Hex Logo

#fdb982 Color Hex

#FDB982
(253,185,130)
0 Favorites   0 Comments

Color spaces of #fdb982

RGB 253185130
HSL0.070.970.75
HSV27°49°99°
CMYK 0.000.270.49   0.01
XYZ61.886257.192328.8965
Yxy57.19230.41820.3865
Hunter Lab75.625613.726030.2832
CIE-Lab80.287618.333437.4869

#fdb982 color RGB value is (253,185,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111001 10000010
Octal 375 271 202
Decimal 253 185 130
Hex FD B9 82

RGB Percentages of Color #fdb982

%44.54
%32.57
%22.89

CMYK Percentages of Color #fdb982

%0
%27
%49
%1

Triadic Colors of #fdb982

#fdb982 #82fdb9 #b982fd

Analogous Colors of #fdb982

#fdb982 #fdf782 #fd8289

Monochromatic Colors of #fdb982

#fdb982

Complementary Color

#fdb982 #82c6fd

#fdb982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb982 Color CSS Codes

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

#fdb982 Text Font Color

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

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


#fdb982 Background Color

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

This div background color is #fdb982


#fdb982 Border Color

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

This div border color is #fdb982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb982

Related Colors


Comments

No comments written yet.

Please login to write comment.