Color Hex Logo

#fadfa4 Color Hex

#FADFA4
(250,223,164)
0 Favorites   0 Comments

Color spaces of #fadfa4

RGB 250223164
HSL0.110.900.81
HSV41°34°98°
CMYK 0.000.110.34   0.02
XYZ72.512975.779745.9271
Yxy75.77970.37340.3902
Hunter Lab87.0515-3.651829.6556
CIE-Lab89.75701.024232.3482

#fadfa4 color RGB value is (250,223,164).

#fadfa4 hex color red value is 250, green value is 223 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #fadfa4 hue: 0.11 , saturation: 0.90 and the lightness value of fadfa4 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 10100100
Octal 372 337 244
Decimal 250 223 164
Hex FA DF A4

RGB Percentages of Color #fadfa4

%39.25
%35.01
%25.75

CMYK Percentages of Color #fadfa4

%0
%11
%34
%2

Triadic Colors of #fadfa4

#fadfa4 #a4fadf #dfa4fa

Analogous Colors of #fadfa4

#fadfa4 #eafaa4 #fab4a4

Monochromatic Colors of #fadfa4

#fadfa4

Complementary Color

#fadfa4 #a4bffa

#fadfa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadfa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadfa4 Color CSS Codes

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

#fadfa4 Text Font Color

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

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


#fadfa4 Background Color

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

This div background color is #fadfa4


#fadfa4 Border Color

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

This div border color is #fadfa4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,223,164, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fadfa4">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadfa4


Comments

No comments written yet.

Please login to write comment.