Color Hex Logo

#fdb758 Color Hex

#FDB758
(253,183,88)
0 Favorites   0 Comments

Color spaces of #fdb758

RGB 25318388
HSL0.100.980.67
HSV35°65°99°
CMYK 0.000.280.65   0.01
XYZ59.203055.454216.8159
Yxy55.45420.45030.4218
Hunter Lab74.467611.592338.7387
CIE-Lab79.302216.225257.0099

#fdb758 color RGB value is (253,183,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110111 01011000
Octal 375 267 130
Decimal 253 183 88
Hex FD B7 58

RGB Percentages of Color #fdb758

%48.28
%34.92
%16.79

CMYK Percentages of Color #fdb758

%0
%28
%65
%1

Triadic Colors of #fdb758

#fdb758 #58fdb7 #b758fd

Analogous Colors of #fdb758

#fdb758 #f1fd58 #fd6558

Monochromatic Colors of #fdb758

#fdb758

Complementary Color

#fdb758 #589efd

#fdb758 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb758 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb758 Color CSS Codes

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

#fdb758 Text Font Color

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

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


#fdb758 Background Color

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

This div background color is #fdb758


#fdb758 Border Color

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

This div border color is #fdb758


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb758


Comments

No comments written yet.

Please login to write comment.