Color Hex Logo

#fdb076 Color Hex

#FDB076
(253,176,118)
0 Favorites   0 Comments

Color spaces of #fdb076

RGB 253176118
HSL0.070.970.73
HSV26°53°99°
CMYK 0.000.300.53   0.01
XYZ59.303453.241324.2905
Yxy53.24130.43340.3891
Hunter Lab72.966617.383731.3391
CIE-Lab78.017222.004940.8002

#fdb076 color RGB value is (253,176,118).

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

The process color (four color CMYK) of #fdb076 color hex is 0.00, 0.30, 0.53, 0.01. Web safe color of #fdb076 is #ff9966. Color #fdb076 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110000 01110110
Octal 375 260 166
Decimal 253 176 118
Hex FD B0 76

RGB Percentages of Color #fdb076

%46.25
%32.18
%21.57

CMYK Percentages of Color #fdb076

%0
%30
%53
%1

Triadic Colors of #fdb076

#fdb076 #76fdb0 #b076fd

Analogous Colors of #fdb076

#fdb076 #fdf476 #fd7680

Monochromatic Colors of #fdb076

#fdb076

Complementary Color

#fdb076 #76c3fd

#fdb076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb076 Color CSS Codes

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

#fdb076 Text Font Color

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

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


#fdb076 Background Color

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

This div background color is #fdb076


#fdb076 Border Color

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

This div border color is #fdb076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb076


Comments

No comments written yet.

Please login to write comment.