Color Hex Logo

#fda093 Color Hex

#FDA093
(253,160,147)
0 Favorites   0 Comments

Color spaces of #fda093

RGB 253160147
HSL0.020.960.78
HSV42°99°
CMYK 0.000.370.42   0.01
XYZ58.345348.130833.8188
Yxy48.13080.41590.3431
Hunter Lab69.376428.709319.6614
CIE-Lab74.907433.096221.2919

#fda093 color RGB value is (253,160,147).

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

The process color (four color CMYK) of #fda093 color hex is 0.00, 0.37, 0.42, 0.01. Web safe color of #fda093 is #ff9999. Color #fda093 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100000 10010011
Octal 375 240 223
Decimal 253 160 147
Hex FD A0 93

RGB Percentages of Color #fda093

%45.18
%28.57
%26.25

CMYK Percentages of Color #fda093

%0
%37
%42
%1

Triadic Colors of #fda093

#fda093 #93fda0 #a093fd

Analogous Colors of #fda093

#fda093 #fdd593 #fd93bb

Monochromatic Colors of #fda093

#fda093

Complementary Color

#fda093 #93f0fd

#fda093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda093 Color CSS Codes

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

#fda093 Text Font Color

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

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


#fda093 Background Color

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

This div background color is #fda093


#fda093 Border Color

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

This div border color is #fda093


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,160,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 #fda093">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda093

Related Colors


Comments

No comments written yet.

Please login to write comment.