Color Hex Logo

#fda799 Color Hex

#FDA799
(253,167,153)
0 Favorites   0 Comments

Color spaces of #fda799

RGB 253167153
HSL0.020.960.80
HSV40°99°
CMYK 0.000.340.40   0.01
XYZ60.076550.820036.7799
Yxy50.82000.40680.3441
Hunter Lab71.288125.672619.3120
CIE-Lab76.569830.092320.3153

#fda799 color RGB value is (253,167,153).

#fda799 hex color red value is 253, green value is 167 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #fda799 hue: 0.02 , saturation: 0.96 and the lightness value of fda799 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100111 10011001
Octal 375 247 231
Decimal 253 167 153
Hex FD A7 99

RGB Percentages of Color #fda799

%44.15
%29.14
%26.70

CMYK Percentages of Color #fda799

%0
%34
%40
%1

Triadic Colors of #fda799

#fda799 #99fda7 #a799fd

Analogous Colors of #fda799

#fda799 #fdd999 #fd99bd

Monochromatic Colors of #fda799

#fda799

Complementary Color

#fda799 #99effd

#fda799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda799 Color CSS Codes

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

#fda799 Text Font Color

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

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


#fda799 Background Color

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

This div background color is #fda799


#fda799 Border Color

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

This div border color is #fda799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda799


Comments

No comments written yet.

Please login to write comment.