Color Hex Logo

#fad99b Color Hex

#FAD99B
(250,217,155)
0 Favorites   0 Comments

Color spaces of #fad99b

RGB 250217155
HSL0.110.900.79
HSV39°38°98°
CMYK 0.000.130.38   0.02
XYZ70.153672.316341.2713
Yxy72.31630.38180.3936
Hunter Lab85.0390-1.563230.7525
CIE-Lab88.12063.067734.7769

#fad99b color RGB value is (250,217,155).

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

The process color (four color CMYK) of #fad99b color hex is 0.00, 0.13, 0.38, 0.02. Web safe color of #fad99b is #ffcc99. Color #fad99b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011001 10011011
Octal 372 331 233
Decimal 250 217 155
Hex FA D9 9B

RGB Percentages of Color #fad99b

%40.19
%34.89
%24.92

CMYK Percentages of Color #fad99b

%0
%13
%38
%2

Triadic Colors of #fad99b

#fad99b #9bfad9 #d99bfa

Analogous Colors of #fad99b

#fad99b #ecfa9b #faaa9b

Monochromatic Colors of #fad99b

#fad99b

Complementary Color

#fad99b #9bbcfa

#fad99b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad99b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad99b Color CSS Codes

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

#fad99b Text Font Color

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

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


#fad99b Background Color

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

This div background color is #fad99b


#fad99b Border Color

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

This div border color is #fad99b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad99b


Comments

No comments written yet.

Please login to write comment.