Color Hex Logo

#fdb593 Color Hex

#FDB593
(253,181,147)
0 Favorites   0 Comments

Color spaces of #fdb593

RGB 253181147
HSL0.050.960.78
HSV19°42°99°
CMYK 0.000.280.42   0.01
XYZ62.298356.037035.1365
Yxy56.03700.40590.3651
Hunter Lab74.857917.550224.5712
CIE-Lab79.634922.106827.7060

#fdb593 color RGB value is (253,181,147).

#fdb593 hex color red value is 253, green value is 181 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #fdb593 hue: 0.05 , saturation: 0.96 and the lightness value of fdb593 is 0.78.

The process color (four color CMYK) of #fdb593 color hex is 0.00, 0.28, 0.42, 0.01. Web safe color of #fdb593 is #ffcc99. Color #fdb593 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110101 10010011
Octal 375 265 223
Decimal 253 181 147
Hex FD B5 93

RGB Percentages of Color #fdb593

%43.55
%31.15
%25.30

CMYK Percentages of Color #fdb593

%0
%28
%42
%1

Triadic Colors of #fdb593

#fdb593 #93fdb5 #b593fd

Analogous Colors of #fdb593

#fdb593 #fdea93 #fd93a6

Monochromatic Colors of #fdb593

#fdb593

Complementary Color

#fdb593 #93dbfd

#fdb593 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb593 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb593 Color CSS Codes

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

#fdb593 Text Font Color

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

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


#fdb593 Background Color

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

This div background color is #fdb593


#fdb593 Border Color

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

This div border color is #fdb593


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb593


Comments

No comments written yet.

Please login to write comment.