Color Hex Logo

#fad07a Color Hex

#FAD07A
(250,208,122)
0 Favorites   0 Comments

Color spaces of #fad07a

RGB 250208122
HSL0.110.930.73
HSV40°51°98°
CMYK 0.000.170.51   0.02
XYZ65.493166.840927.8621
Yxy66.84090.40880.4172
Hunter Lab81.7563-0.081237.0237
CIE-Lab85.42354.456747.8942

#fad07a color RGB value is (250,208,122).

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

The process color (four color CMYK) of #fad07a color hex is 0.00, 0.17, 0.51, 0.02. Web safe color of #fad07a is #ffcc66. Color #fad07a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010000 01111010
Octal 372 320 172
Decimal 250 208 122
Hex FA D0 7A

RGB Percentages of Color #fad07a

%43.10
%35.86
%21.03

CMYK Percentages of Color #fad07a

%0
%17
%51
%2

Triadic Colors of #fad07a

#fad07a #7afad0 #d07afa

Analogous Colors of #fad07a

#fad07a #e4fa7a #fa907a

Monochromatic Colors of #fad07a

#fad07a

Complementary Color

#fad07a #7aa4fa

#fad07a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad07a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad07a Color CSS Codes

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

#fad07a Text Font Color

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

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


#fad07a Background Color

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

This div background color is #fad07a


#fad07a Border Color

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

This div border color is #fad07a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad07a


Comments

No comments written yet.

Please login to write comment.