Color Hex Logo

#fad777 Color Hex

#FAD777
(250,215,119)
0 Favorites   0 Comments

Color spaces of #fad777

RGB 250215119
HSL0.120.930.72
HSV44°52°98°
CMYK 0.000.140.52   0.02
XYZ67.054670.256827.4795
Yxy70.25680.40690.4263
Hunter Lab83.8193-3.885739.2358
CIE-Lab87.12270.615151.4076

#fad777 color RGB value is (250,215,119).

#fad777 hex color red value is 250, green value is 215 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #fad777 hue: 0.12 , saturation: 0.93 and the lightness value of fad777 is 0.72.

The process color (four color CMYK) of #fad777 color hex is 0.00, 0.14, 0.52, 0.02. Web safe color of #fad777 is #ffcc66. Color #fad777 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010111 01110111
Octal 372 327 167
Decimal 250 215 119
Hex FA D7 77

RGB Percentages of Color #fad777

%42.81
%36.82
%20.38

CMYK Percentages of Color #fad777

%0
%14
%52
%2

Triadic Colors of #fad777

#fad777 #77fad7 #d777fa

Analogous Colors of #fad777

#fad777 #dcfa77 #fa9677

Monochromatic Colors of #fad777

#fad777

Complementary Color

#fad777 #779afa

#fad777 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad777 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad777 Color CSS Codes

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

#fad777 Text Font Color

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

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


#fad777 Background Color

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

This div background color is #fad777


#fad777 Border Color

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

This div border color is #fad777


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad777


Comments

No comments written yet.

Please login to write comment.