Color Hex Logo

#fd806e Color Hex

#FD806E
(253,128,110)
0 Favorites   0 Comments

Color spaces of #fd806e

RGB 253128110
HSL0.020.970.71
HSV57°99°
CMYK 0.000.490.57   0.01
XYZ51.041737.446819.2896
Yxy37.44680.47360.3474
Hunter Lab61.193841.797624.1462
CIE-Lab67.610946.019331.8297

#fd806e color RGB value is (253,128,110).

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

The process color (four color CMYK) of #fd806e color hex is 0.00, 0.49, 0.57, 0.01. Web safe color of #fd806e is #ff9966. Color #fd806e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000000 01101110
Octal 375 200 156
Decimal 253 128 110
Hex FD 80 6E

RGB Percentages of Color #fd806e

%51.53
%26.07
%22.40

CMYK Percentages of Color #fd806e

%0
%49
%57
%1

Triadic Colors of #fd806e

#fd806e #6efd80 #806efd

Analogous Colors of #fd806e

#fd806e #fdc86e #fd6ea4

Monochromatic Colors of #fd806e

#fd806e

Complementary Color

#fd806e #6eebfd

#fd806e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd806e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd806e Color CSS Codes

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

#fd806e Text Font Color

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

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


#fd806e Background Color

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

This div background color is #fd806e


#fd806e Border Color

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

This div border color is #fd806e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd806e

Related Colors


Comments

No comments written yet.

Please login to write comment.