Color Hex Logo

#fadb98 Color Hex

#FADB98
(250,219,152)
0 Favorites   0 Comments

Color spaces of #fadb98

RGB 250219152
HSL0.110.910.79
HSV41°39°98°
CMYK 0.000.120.39   0.02
XYZ70.423473.254040.1335
Yxy73.25400.38310.3985
Hunter Lab85.5886-2.907832.1102
CIE-Lab88.56871.714736.8920

#fadb98 color RGB value is (250,219,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011011 10011000
Octal 372 333 230
Decimal 250 219 152
Hex FA DB 98

RGB Percentages of Color #fadb98

%40.26
%35.27
%24.48

CMYK Percentages of Color #fadb98

%0
%12
%39
%2

Triadic Colors of #fadb98

#fadb98 #98fadb #db98fa

Analogous Colors of #fadb98

#fadb98 #e8fa98 #faaa98

Monochromatic Colors of #fadb98

#fadb98

Complementary Color

#fadb98 #98b7fa

#fadb98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadb98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadb98 Color CSS Codes

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

#fadb98 Text Font Color

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

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


#fadb98 Background Color

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

This div background color is #fadb98


#fadb98 Border Color

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

This div border color is #fadb98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadb98


Comments

No comments written yet.

Please login to write comment.