Color Hex Logo

#fada98 Color Hex

#FADA98
(250,218,152)
0 Favorites   0 Comments

Color spaces of #fada98

RGB 250218152
HSL0.110.910.79
HSV40°39°98°
CMYK 0.000.130.39   0.02
XYZ70.163272.733840.0468
Yxy72.73380.38350.3976
Hunter Lab85.2841-2.395331.8581
CIE-Lab88.32062.226336.5676

#fada98 color RGB value is (250,218,152).

#fada98 hex color red value is 250, green value is 218 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #fada98 hue: 0.11 , saturation: 0.91 and the lightness value of fada98 is 0.79.

The process color (four color CMYK) of #fada98 color hex is 0.00, 0.13, 0.39, 0.02. Web safe color of #fada98 is #ffcc99. Color #fada98 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011010 10011000
Octal 372 332 230
Decimal 250 218 152
Hex FA DA 98

RGB Percentages of Color #fada98

%40.32
%35.16
%24.52

CMYK Percentages of Color #fada98

%0
%13
%39
%2

Triadic Colors of #fada98

#fada98 #98fada #da98fa

Analogous Colors of #fada98

#fada98 #e9fa98 #faa998

Monochromatic Colors of #fada98

#fada98

Complementary Color

#fada98 #98b8fa

#fada98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fada98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fada98 Color CSS Codes

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

#fada98 Text Font Color

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

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


#fada98 Background Color

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

This div background color is #fada98


#fada98 Border Color

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

This div border color is #fada98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fada98


Comments

No comments written yet.

Please login to write comment.