Color Hex Logo

#fad68e Color Hex

#FAD68E
(250,214,142)
0 Favorites   0 Comments

Color spaces of #fad68e

RGB 250214142
HSL0.110.920.77
HSV40°43°98°
CMYK 0.000.140.43   0.02
XYZ68.353470.370135.5714
Yxy70.37010.39220.4037
Hunter Lab83.8869-1.355233.5795
CIE-Lab87.17813.231840.1479

#fad68e color RGB value is (250,214,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010110 10001110
Octal 372 326 216
Decimal 250 214 142
Hex FA D6 8E

RGB Percentages of Color #fad68e

%41.25
%35.31
%23.43

CMYK Percentages of Color #fad68e

%0
%14
%43
%2

Triadic Colors of #fad68e

#fad68e #8efad6 #d68efa

Analogous Colors of #fad68e

#fad68e #e8fa8e #faa08e

Monochromatic Colors of #fad68e

#fad68e

Complementary Color

#fad68e #8eb2fa

#fad68e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad68e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad68e Color CSS Codes

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

#fad68e Text Font Color

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

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


#fad68e Background Color

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

This div background color is #fad68e


#fad68e Border Color

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

This div border color is #fad68e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad68e

Related Colors


Comments

No comments written yet.

Please login to write comment.