Color Hex Logo

#fda396 Color Hex

#FDA396
(253,163,150)
0 Favorites   0 Comments

Color spaces of #fda396

RGB 253163150
HSL0.020.960.79
HSV41°99°
CMYK 0.000.360.41   0.01
XYZ59.110249.279035.2505
Yxy49.27900.41150.3431
Hunter Lab70.199027.455519.3668
CIE-Lab75.624631.853720.6435

#fda396 color RGB value is (253,163,150).

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

The process color (four color CMYK) of #fda396 color hex is 0.00, 0.36, 0.41, 0.01. Web safe color of #fda396 is #ff9999. Color #fda396 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100011 10010110
Octal 375 243 226
Decimal 253 163 150
Hex FD A3 96

RGB Percentages of Color #fda396

%44.70
%28.80
%26.50

CMYK Percentages of Color #fda396

%0
%36
%41
%1

Triadic Colors of #fda396

#fda396 #96fda3 #a396fd

Analogous Colors of #fda396

#fda396 #fdd796 #fd96bd

Monochromatic Colors of #fda396

#fda396

Complementary Color

#fda396 #96f0fd

#fda396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda396 Color CSS Codes

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

#fda396 Text Font Color

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

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


#fda396 Background Color

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

This div background color is #fda396


#fda396 Border Color

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

This div border color is #fda396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda396


Comments

No comments written yet.

Please login to write comment.