Color Hex Logo

#fdc680 Color Hex

#FDC680
(253,198,128)
0 Favorites   0 Comments

Color spaces of #fdc680

RGB 253198128
HSL0.090.970.75
HSV34°49°99°
CMYK 0.000.220.49   0.01
XYZ64.598462.829329.1446
Yxy62.82930.41260.4013
Hunter Lab79.26496.758233.6854
CIE-Lab83.352511.363442.4044

#fdc680 color RGB value is (253,198,128).

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

The process color (four color CMYK) of #fdc680 color hex is 0.00, 0.22, 0.49, 0.01. Web safe color of #fdc680 is #ffcc99. Color #fdc680 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000110 10000000
Octal 375 306 200
Decimal 253 198 128
Hex FD C6 80

RGB Percentages of Color #fdc680

%43.70
%34.20
%22.11

CMYK Percentages of Color #fdc680

%0
%22
%49
%1

Triadic Colors of #fdc680

#fdc680 #80fdc6 #c680fd

Analogous Colors of #fdc680

#fdc680 #f6fd80 #fd8880

Monochromatic Colors of #fdc680

#fdc680

Complementary Color

#fdc680 #80b7fd

#fdc680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc680 Color CSS Codes

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

#fdc680 Text Font Color

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

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


#fdc680 Background Color

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

This div background color is #fdc680


#fdc680 Border Color

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

This div border color is #fdc680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc680


Comments

No comments written yet.

Please login to write comment.