Color Hex Logo

#fda698 Color Hex

#FDA698
(253,166,152)
0 Favorites   0 Comments

Color spaces of #fda698

RGB 253166152
HSL0.020.960.79
HSV40°99°
CMYK 0.000.340.40   0.01
XYZ59.811750.422136.2858
Yxy50.42210.40820.3441
Hunter Lab71.008526.088719.4084
CIE-Lab76.327630.505020.5242

#fda698 color RGB value is (253,166,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100110 10011000
Octal 375 246 230
Decimal 253 166 152
Hex FD A6 98

RGB Percentages of Color #fda698

%44.31
%29.07
%26.62

CMYK Percentages of Color #fda698

%0
%34
%40
%1

Triadic Colors of #fda698

#fda698 #98fda6 #a698fd

Analogous Colors of #fda698

#fda698 #fdd998 #fd98bd

Monochromatic Colors of #fda698

#fda698

Complementary Color

#fda698 #98effd

#fda698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda698 Color CSS Codes

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

#fda698 Text Font Color

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

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


#fda698 Background Color

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

This div background color is #fda698


#fda698 Border Color

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

This div border color is #fda698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda698


Comments

No comments written yet.

Please login to write comment.