Color Hex Logo

#fdbd6d Color Hex

#FDBD6D
(253,189,109)
0 Favorites   0 Comments

Color spaces of #fdbd6d

RGB 253189109
HSL0.090.970.71
HSV33°57°99°
CMYK 0.000.250.57   0.01
XYZ61.465958.382022.4972
Yxy58.38200.43180.4101
Hunter Lab76.40819.878736.0286
CIE-Lab80.950714.492048.9196

#fdbd6d color RGB value is (253,189,109).

#fdbd6d hex color red value is 253, green value is 189 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #fdbd6d hue: 0.09 , saturation: 0.97 and the lightness value of fdbd6d is 0.71.

The process color (four color CMYK) of #fdbd6d color hex is 0.00, 0.25, 0.57, 0.01. Web safe color of #fdbd6d is #ffcc66. Color #fdbd6d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111101 01101101
Octal 375 275 155
Decimal 253 189 109
Hex FD BD 6D

RGB Percentages of Color #fdbd6d

%45.92
%34.30
%19.78

CMYK Percentages of Color #fdbd6d

%0
%25
%57
%1

Triadic Colors of #fdbd6d

#fdbd6d #6dfdbd #bd6dfd

Analogous Colors of #fdbd6d

#fdbd6d #f5fd6d #fd756d

Monochromatic Colors of #fdbd6d

#fdbd6d

Complementary Color

#fdbd6d #6dadfd

#fdbd6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbd6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbd6d Color CSS Codes

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

#fdbd6d Text Font Color

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

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


#fdbd6d Background Color

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

This div background color is #fdbd6d


#fdbd6d Border Color

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

This div border color is #fdbd6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbd6d

Related Colors


Comments

No comments written yet.

Please login to write comment.