Color Hex Logo

#fda59b Color Hex

#FDA59B
(253,165,155)
0 Favorites   0 Comments

Color spaces of #fda59b

RGB 253165155
HSL0.020.960.80
HSV39°99°
CMYK 0.000.350.39   0.01
XYZ59.879550.159537.5361
Yxy50.15950.40580.3399
Hunter Lab70.823426.976718.1529
CIE-Lab76.167131.358918.6727

#fda59b color RGB value is (253,165,155).

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

The process color (four color CMYK) of #fda59b color hex is 0.00, 0.35, 0.39, 0.01. Web safe color of #fda59b is #ff9999. Color #fda59b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100101 10011011
Octal 375 245 233
Decimal 253 165 155
Hex FD A5 9B

RGB Percentages of Color #fda59b

%44.15
%28.80
%27.05

CMYK Percentages of Color #fda59b

%0
%35
%39
%1

Triadic Colors of #fda59b

#fda59b #9bfda5 #a59bfd

Analogous Colors of #fda59b

#fda59b #fdd69b #fd9bc2

Monochromatic Colors of #fda59b

#fda59b

Complementary Color

#fda59b #9bf3fd

#fda59b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda59b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda59b Color CSS Codes

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

#fda59b Text Font Color

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

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


#fda59b Background Color

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

This div background color is #fda59b


#fda59b Border Color

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

This div border color is #fda59b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda59b

Related Colors

#fda59b Color Palettes


Comments

No comments written yet.

Please login to write comment.