Color Hex Logo

#fdb35d Color Hex

#FDB35D
(253,179,93)
0 Favorites   0 Comments

Color spaces of #fdb35d

RGB 25317993
HSL0.090.980.68
HSV32°63°99°
CMYK 0.000.290.63   0.01
XYZ58.603953.913217.6734
Yxy53.91320.45010.4141
Hunter Lab73.425613.973137.1269
CIE-Lab78.411118.620853.6798

#fdb35d color RGB value is (253,179,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110011 01011101
Octal 375 263 135
Decimal 253 179 93
Hex FD B3 5D

RGB Percentages of Color #fdb35d

%48.19
%34.10
%17.71

CMYK Percentages of Color #fdb35d

%0
%29
%63
%1

Triadic Colors of #fdb35d

#fdb35d #5dfdb3 #b35dfd

Analogous Colors of #fdb35d

#fdb35d #f7fd5d #fd635d

Monochromatic Colors of #fdb35d

#fdb35d

Complementary Color

#fdb35d #5da7fd

#fdb35d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb35d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb35d Color CSS Codes

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

#fdb35d Text Font Color

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

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


#fdb35d Background Color

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

This div background color is #fdb35d


#fdb35d Border Color

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

This div border color is #fdb35d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb35d

Related Colors


Comments

No comments written yet.

Please login to write comment.