Color Hex Logo

#fad27e Color Hex

#FAD27E
(250,210,126)
0 Favorites   0 Comments

Color spaces of #fad27e

RGB 250210126
HSL0.110.930.74
HSV41°50°98°
CMYK 0.000.160.50   0.02
XYZ66.236867.923529.3582
Yxy67.92350.40510.4154
Hunter Lab82.4157-0.768636.5707
CIE-Lab85.96823.774446.6001

#fad27e color RGB value is (250,210,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010010 01111110
Octal 372 322 176
Decimal 250 210 126
Hex FA D2 7E

RGB Percentages of Color #fad27e

%42.66
%35.84
%21.50

CMYK Percentages of Color #fad27e

%0
%16
%50
%2

Triadic Colors of #fad27e

#fad27e #7efad2 #d27efa

Analogous Colors of #fad27e

#fad27e #e4fa7e #fa947e

Monochromatic Colors of #fad27e

#fad27e

Complementary Color

#fad27e #7ea6fa

#fad27e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad27e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad27e Color CSS Codes

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

#fad27e Text Font Color

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

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


#fad27e Background Color

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

This div background color is #fad27e


#fad27e Border Color

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

This div border color is #fad27e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad27e

Related Colors


Comments

No comments written yet.

Please login to write comment.