Color Hex Logo

#fdb65b Color Hex

#FDB65B
(253,182,91)
0 Favorites   0 Comments

Color spaces of #fdb65b

RGB 25318291
HSL0.090.980.67
HSV34°64°99°
CMYK 0.000.280.64   0.01
XYZ59.124355.093917.4155
Yxy55.09390.44920.4185
Hunter Lab74.225312.290438.0465
CIE-Lab79.095316.927555.3928

#fdb65b color RGB value is (253,182,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110110 01011011
Octal 375 266 133
Decimal 253 182 91
Hex FD B6 5B

RGB Percentages of Color #fdb65b

%48.10
%34.60
%17.30

CMYK Percentages of Color #fdb65b

%0
%28
%64
%1

Triadic Colors of #fdb65b

#fdb65b #5bfdb6 #b65bfd

Analogous Colors of #fdb65b

#fdb65b #f3fd5b #fd655b

Monochromatic Colors of #fdb65b

#fdb65b

Complementary Color

#fdb65b #5ba2fd

#fdb65b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb65b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb65b Color CSS Codes

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

#fdb65b Text Font Color

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

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


#fdb65b Background Color

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

This div background color is #fdb65b


#fdb65b Border Color

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

This div border color is #fdb65b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb65b


Comments

No comments written yet.

Please login to write comment.