Color Hex Logo

#fdb874 Color Hex

#FDB874
(253,184,116)
0 Favorites   0 Comments

Color spaces of #fdb874

RGB 253184116
HSL0.080.970.72
HSV30°54°99°
CMYK 0.000.270.54   0.01
XYZ60.800956.424624.2095
Yxy56.42460.42990.3989
Hunter Lab75.116313.028533.4726
CIE-Lab79.854917.650544.1035

#fdb874 color RGB value is (253,184,116).

#fdb874 hex color red value is 253, green value is 184 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #fdb874 hue: 0.08 , saturation: 0.97 and the lightness value of fdb874 is 0.72.

The process color (four color CMYK) of #fdb874 color hex is 0.00, 0.27, 0.54, 0.01. Web safe color of #fdb874 is #ffcc66. Color #fdb874 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111000 01110100
Octal 375 270 164
Decimal 253 184 116
Hex FD B8 74

RGB Percentages of Color #fdb874

%45.75
%33.27
%20.98

CMYK Percentages of Color #fdb874

%0
%27
%54
%1

Triadic Colors of #fdb874

#fdb874 #74fdb8 #b874fd

Analogous Colors of #fdb874

#fdb874 #fdfd74 #fd7475

Monochromatic Colors of #fdb874

#fdb874

Complementary Color

#fdb874 #74b9fd

#fdb874 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb874 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb874 Color CSS Codes

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

#fdb874 Text Font Color

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

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


#fdb874 Background Color

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

This div background color is #fdb874


#fdb874 Border Color

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

This div border color is #fdb874


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb874


Comments

No comments written yet.

Please login to write comment.