Color Hex Logo

#fdb459 Color Hex

#FDB459
(253,180,89)
0 Favorites   0 Comments

Color spaces of #fdb459

RGB 25318089
HSL0.090.980.67
HSV33°65°99°
CMYK 0.000.290.65   0.01
XYZ58.632454.246416.8315
Yxy54.24640.45200.4182
Hunter Lab73.652213.207538.0071
CIE-Lab78.605217.853155.7750

#fdb459 color RGB value is (253,180,89).

#fdb459 hex color red value is 253, green value is 180 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #fdb459 hue: 0.09 , saturation: 0.98 and the lightness value of fdb459 is 0.67.

The process color (four color CMYK) of #fdb459 color hex is 0.00, 0.29, 0.65, 0.01. Web safe color of #fdb459 is #ffcc66. Color #fdb459 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110100 01011001
Octal 375 264 131
Decimal 253 180 89
Hex FD B4 59

RGB Percentages of Color #fdb459

%48.47
%34.48
%17.05

CMYK Percentages of Color #fdb459

%0
%29
%65
%1

Triadic Colors of #fdb459

#fdb459 #59fdb4 #b459fd

Analogous Colors of #fdb459

#fdb459 #f4fd59 #fd6259

Monochromatic Colors of #fdb459

#fdb459

Complementary Color

#fdb459 #59a2fd

#fdb459 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb459 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb459 Color CSS Codes

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

#fdb459 Text Font Color

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

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


#fdb459 Background Color

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

This div background color is #fdb459


#fdb459 Border Color

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

This div border color is #fdb459


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb459


Comments

No comments written yet.

Please login to write comment.