Color Hex Logo

#fadd77 Color Hex

#FADD77
(250,221,119)
0 Favorites   0 Comments

Color spaces of #fadd77

RGB 250221119
HSL0.130.930.72
HSV47°52°98°
CMYK 0.000.120.52   0.02
XYZ68.610673.368827.9982
Yxy73.36880.40360.4316
Hunter Lab85.6556-6.917840.5788
CIE-Lab88.6233-2.436653.2047

#fadd77 color RGB value is (250,221,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011101 01110111
Octal 372 335 167
Decimal 250 221 119
Hex FA DD 77

RGB Percentages of Color #fadd77

%42.37
%37.46
%20.17

CMYK Percentages of Color #fadd77

%0
%12
%52
%2

Triadic Colors of #fadd77

#fadd77 #77fadd #dd77fa

Analogous Colors of #fadd77

#fadd77 #d6fa77 #fa9c77

Monochromatic Colors of #fadd77

#fadd77

Complementary Color

#fadd77 #7794fa

#fadd77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadd77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadd77 Color CSS Codes

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

#fadd77 Text Font Color

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

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


#fadd77 Background Color

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

This div background color is #fadd77


#fadd77 Border Color

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

This div border color is #fadd77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadd77

Related Colors

#fadd77 Color Palettes


Comments

No comments written yet.

Please login to write comment.