Color Hex Logo

#fda680 Color Hex

#FDA680
(253,166,128)
0 Favorites   0 Comments

Color spaces of #fda680

RGB 253166128
HSL0.050.970.75
HSV18°49°99°
CMYK 0.000.340.49   0.01
XYZ58.040549.713626.9587
Yxy49.71360.43080.3690
Hunter Lab70.507923.548426.6860
CIE-Lab75.893128.105932.8499

#fda680 color RGB value is (253,166,128).

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

The process color (four color CMYK) of #fda680 color hex is 0.00, 0.34, 0.49, 0.01. Web safe color of #fda680 is #ff9999. Color #fda680 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100110 10000000
Octal 375 246 200
Decimal 253 166 128
Hex FD A6 80

RGB Percentages of Color #fda680

%46.25
%30.35
%23.40

CMYK Percentages of Color #fda680

%0
%34
%49
%1

Triadic Colors of #fda680

#fda680 #80fda6 #a680fd

Analogous Colors of #fda680

#fda680 #fde580 #fd8099

Monochromatic Colors of #fda680

#fda680

Complementary Color

#fda680 #80d7fd

#fda680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda680 Color CSS Codes

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

#fda680 Text Font Color

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

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


#fda680 Background Color

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

This div background color is #fda680


#fda680 Border Color

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

This div border color is #fda680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda680


Comments

No comments written yet.

Please login to write comment.