Color Hex Logo

#fad26d Color Hex

#FAD26D
(250,210,109)
0 Favorites   0 Comments

Color spaces of #fad26d

RGB 250210109
HSL0.120.930.70
HSV43°56°98°
CMYK 0.000.160.56   0.02
XYZ65.231367.521324.0629
Yxy67.52130.41600.4306
Hunter Lab82.1713-2.098540.1576
CIE-Lab85.76652.389154.5411

#fad26d color RGB value is (250,210,109).

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

The process color (four color CMYK) of #fad26d color hex is 0.00, 0.16, 0.56, 0.02. Web safe color of #fad26d is #ffcc66. Color #fad26d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010010 01101101
Octal 372 322 155
Decimal 250 210 109
Hex FA D2 6D

RGB Percentages of Color #fad26d

%43.94
%36.91
%19.16

CMYK Percentages of Color #fad26d

%0
%16
%56
%2

Triadic Colors of #fad26d

#fad26d #6dfad2 #d26dfa

Analogous Colors of #fad26d

#fad26d #dcfa6d #fa8c6d

Monochromatic Colors of #fad26d

#fad26d

Complementary Color

#fad26d #6d95fa

#fad26d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad26d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad26d Color CSS Codes

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

#fad26d Text Font Color

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

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


#fad26d Background Color

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

This div background color is #fad26d


#fad26d Border Color

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

This div border color is #fad26d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad26d

Related Colors


Comments

No comments written yet.

Please login to write comment.