Color Hex Logo

#fda298 Color Hex

#FDA298
(253,162,152)
0 Favorites   0 Comments

Color spaces of #fda298

RGB 253162152
HSL0.020.960.79
HSV40°99°
CMYK 0.000.360.40   0.01
XYZ59.095848.990336.0471
Yxy48.99030.41000.3399
Hunter Lab69.993128.221318.4602
CIE-Lab75.445332.591819.3076

#fda298 color RGB value is (253,162,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100010 10011000
Octal 375 242 230
Decimal 253 162 152
Hex FD A2 98

RGB Percentages of Color #fda298

%44.62
%28.57
%26.81

CMYK Percentages of Color #fda298

%0
%36
%40
%1

Triadic Colors of #fda298

#fda298 #98fda2 #a298fd

Analogous Colors of #fda298

#fda298 #fdd598 #fd98c1

Monochromatic Colors of #fda298

#fda298

Complementary Color

#fda298 #98f3fd

#fda298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda298 Color CSS Codes

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

#fda298 Text Font Color

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

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


#fda298 Background Color

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

This div background color is #fda298


#fda298 Border Color

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

This div border color is #fda298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda298

Related Colors


Comments

No comments written yet.

Please login to write comment.