Color Hex Logo

#fdc876 Color Hex

#FDC876
(253,200,118)
0 Favorites   0 Comments

Color spaces of #fdc876

RGB 253200118
HSL0.100.970.73
HSV36°53°99°
CMYK 0.000.210.53   0.01
XYZ64.432363.499226.0002
Yxy63.49920.41860.4125
Hunter Lab79.68644.879236.4352
CIE-Lab83.70439.469647.8239

#fdc876 color RGB value is (253,200,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001000 01110110
Octal 375 310 166
Decimal 253 200 118
Hex FD C8 76

RGB Percentages of Color #fdc876

%44.31
%35.03
%20.67

CMYK Percentages of Color #fdc876

%0
%21
%53
%1

Triadic Colors of #fdc876

#fdc876 #76fdc8 #c876fd

Analogous Colors of #fdc876

#fdc876 #effd76 #fd8576

Monochromatic Colors of #fdc876

#fdc876

Complementary Color

#fdc876 #76abfd

#fdc876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc876 Color CSS Codes

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

#fdc876 Text Font Color

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

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


#fdc876 Background Color

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

This div background color is #fdc876


#fdc876 Border Color

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

This div border color is #fdc876


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,200,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 #fdc876">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc876


Comments

No comments written yet.

Please login to write comment.