Color Hex Logo

#fdbd79 Color Hex

#FDBD79
(253,189,121)
0 Favorites   0 Comments

Color spaces of #fdbd79

RGB 253189121
HSL0.090.970.73
HSV31°52°99°
CMYK 0.000.250.52   0.01
XYZ62.156858.658326.1353
Yxy58.65830.42300.3992
Hunter Lab76.588710.834333.3798
CIE-Lab81.103415.447843.1250

#fdbd79 color RGB value is (253,189,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111101 01111001
Octal 375 275 171
Decimal 253 189 121
Hex FD BD 79

RGB Percentages of Color #fdbd79

%44.94
%33.57
%21.49

CMYK Percentages of Color #fdbd79

%0
%25
%52
%1

Triadic Colors of #fdbd79

#fdbd79 #79fdbd #bd79fd

Analogous Colors of #fdbd79

#fdbd79 #fbfd79 #fd7b79

Monochromatic Colors of #fdbd79

#fdbd79

Complementary Color

#fdbd79 #79b9fd

#fdbd79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbd79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbd79 Color CSS Codes

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

#fdbd79 Text Font Color

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

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


#fdbd79 Background Color

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

This div background color is #fdbd79


#fdbd79 Border Color

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

This div border color is #fdbd79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbd79

Related Colors


Comments

No comments written yet.

Please login to write comment.