Color Hex Logo

#fadf98 Color Hex

#FADF98
(250,223,152)
0 Favorites   0 Comments

Color spaces of #fadf98

RGB 250223152
HSL0.120.910.79
HSV43°39°98°
CMYK 0.000.110.39   0.02
XYZ71.479575.366340.4855
Yxy75.36630.38160.4023
Hunter Lab86.8138-4.953333.1198
CIE-Lab89.5643-0.326138.1905

#fadf98 color RGB value is (250,223,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 10011000
Octal 372 337 230
Decimal 250 223 152
Hex FA DF 98

RGB Percentages of Color #fadf98

%40.00
%35.68
%24.32

CMYK Percentages of Color #fadf98

%0
%11
%39
%2

Triadic Colors of #fadf98

#fadf98 #98fadf #df98fa

Analogous Colors of #fadf98

#fadf98 #e4fa98 #faae98

Monochromatic Colors of #fadf98

#fadf98

Complementary Color

#fadf98 #98b3fa

#fadf98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadf98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadf98 Color CSS Codes

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

#fadf98 Text Font Color

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

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


#fadf98 Background Color

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

This div background color is #fadf98


#fadf98 Border Color

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

This div border color is #fadf98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadf98

Related Colors


Comments

No comments written yet.

Please login to write comment.