Color Hex Logo

#fad78b Color Hex

#FAD78B
(250,215,139)
0 Favorites   0 Comments

Color spaces of #fad78b

RGB 250215139
HSL0.110.920.76
HSV41°44°98°
CMYK 0.000.140.44   0.02
XYZ68.385070.789034.4855
Yxy70.78900.39380.4076
Hunter Lab84.1362-2.155534.5937
CIE-Lab87.38242.420141.9163

#fad78b color RGB value is (250,215,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010111 10001011
Octal 372 327 213
Decimal 250 215 139
Hex FA D7 8B

RGB Percentages of Color #fad78b

%41.39
%35.60
%23.01

CMYK Percentages of Color #fad78b

%0
%14
%44
%2

Triadic Colors of #fad78b

#fad78b #8bfad7 #d78bfa

Analogous Colors of #fad78b

#fad78b #e6fa8b #faa08b

Monochromatic Colors of #fad78b

#fad78b

Complementary Color

#fad78b #8baefa

#fad78b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad78b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad78b Color CSS Codes

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

#fad78b Text Font Color

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

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


#fad78b Background Color

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

This div background color is #fad78b


#fad78b Border Color

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

This div border color is #fad78b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad78b


Comments

No comments written yet.

Please login to write comment.