Color Hex Logo

#fda598 Color Hex

#FDA598
(253,165,152)
0 Favorites   0 Comments

Color spaces of #fda598

RGB 253165152
HSL0.020.960.79
HSV40°99°
CMYK 0.000.350.40   0.01
XYZ59.630650.059936.2254
Yxy50.05990.40870.3431
Hunter Lab70.753026.621919.1708
CIE-Lab76.106031.027320.2191

#fda598 color RGB value is (253,165,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100101 10011000
Octal 375 245 230
Decimal 253 165 152
Hex FD A5 98

RGB Percentages of Color #fda598

%44.39
%28.95
%26.67

CMYK Percentages of Color #fda598

%0
%35
%40
%1

Triadic Colors of #fda598

#fda598 #98fda5 #a598fd

Analogous Colors of #fda598

#fda598 #fdd898 #fd98be

Monochromatic Colors of #fda598

#fda598

Complementary Color

#fda598 #98f0fd

#fda598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda598 Color CSS Codes

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

#fda598 Text Font Color

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

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


#fda598 Background Color

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

This div background color is #fda598


#fda598 Border Color

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

This div border color is #fda598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda598


Comments

No comments written yet.

Please login to write comment.