Color Hex Logo

#fad48e Color Hex

#FAD48E
(250,212,142)
0 Favorites   0 Comments

Color spaces of #fad48e

RGB 250212142
HSL0.110.920.77
HSV39°43°98°
CMYK 0.000.150.43   0.02
XYZ67.850369.364035.4037
Yxy69.36400.39310.4018
Hunter Lab83.2851-0.329233.0959
CIE-Lab86.68404.259739.5128

#fad48e color RGB value is (250,212,142).

#fad48e hex color red value is 250, green value is 212 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #fad48e hue: 0.11 , saturation: 0.92 and the lightness value of fad48e is 0.77.

The process color (four color CMYK) of #fad48e color hex is 0.00, 0.15, 0.43, 0.02. Web safe color of #fad48e is #ffcc99. Color #fad48e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010100 10001110
Octal 372 324 216
Decimal 250 212 142
Hex FA D4 8E

RGB Percentages of Color #fad48e

%41.39
%35.10
%23.51

CMYK Percentages of Color #fad48e

%0
%15
%43
%2

Triadic Colors of #fad48e

#fad48e #8efad4 #d48efa

Analogous Colors of #fad48e

#fad48e #eafa8e #fa9e8e

Monochromatic Colors of #fad48e

#fad48e

Complementary Color

#fad48e #8eb4fa

#fad48e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad48e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad48e Color CSS Codes

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

#fad48e Text Font Color

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

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


#fad48e Background Color

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

This div background color is #fad48e


#fad48e Border Color

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

This div border color is #fad48e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad48e

Related Colors


Comments

No comments written yet.

Please login to write comment.