Color Hex Logo

#fdb878 Color Hex

#FDB878
(253,184,120)
0 Favorites   0 Comments

Color spaces of #fdb878

RGB 253184120
HSL0.080.970.73
HSV29°53°99°
CMYK 0.000.270.53   0.01
XYZ61.038756.519725.4616
Yxy56.51970.42680.3952
Hunter Lab75.179613.360832.5455
CIE-Lab79.908717.979542.1425

#fdb878 color RGB value is (253,184,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111000 01111000
Octal 375 270 170
Decimal 253 184 120
Hex FD B8 78

RGB Percentages of Color #fdb878

%45.42
%33.03
%21.54

CMYK Percentages of Color #fdb878

%0
%27
%53
%1

Triadic Colors of #fdb878

#fdb878 #78fdb8 #b878fd

Analogous Colors of #fdb878

#fdb878 #fdfb78 #fd787b

Monochromatic Colors of #fdb878

#fdb878

Complementary Color

#fdb878 #78bdfd

#fdb878 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb878 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb878 Color CSS Codes

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

#fdb878 Text Font Color

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

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


#fdb878 Background Color

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

This div background color is #fdb878


#fdb878 Border Color

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

This div border color is #fdb878


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb878

#fdb878 Color Palettes


Comments

No comments written yet.

Please login to write comment.