Color Hex Logo

#fad07d Color Hex

#FAD07D
(250,208,125)
0 Favorites   0 Comments

Color spaces of #fad07d

RGB 250208125
HSL0.110.930.74
HSV40°50°98°
CMYK 0.000.170.50   0.02
XYZ65.681966.916428.8564
Yxy66.91640.40680.4145
Hunter Lab81.80240.169336.3467
CIE-Lab85.46174.716146.4672

#fad07d color RGB value is (250,208,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010000 01111101
Octal 372 320 175
Decimal 250 208 125
Hex FA D0 7D

RGB Percentages of Color #fad07d

%42.88
%35.68
%21.44

CMYK Percentages of Color #fad07d

%0
%17
%50
%2

Triadic Colors of #fad07d

#fad07d #7dfad0 #d07dfa

Analogous Colors of #fad07d

#fad07d #e6fa7d #fa927d

Monochromatic Colors of #fad07d

#fad07d

Complementary Color

#fad07d #7da7fa

#fad07d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad07d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad07d Color CSS Codes

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

#fad07d Text Font Color

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

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


#fad07d Background Color

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

This div background color is #fad07d


#fad07d Border Color

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

This div border color is #fad07d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad07d

Related Colors


Comments

No comments written yet.

Please login to write comment.