Color Hex Logo

#fad07b Color Hex

#FAD07B
(250,208,123)
0 Favorites   0 Comments

Color spaces of #fad07b

RGB 250208123
HSL0.110.930.73
HSV40°51°98°
CMYK 0.000.170.51   0.02
XYZ65.555466.865828.1901
Yxy66.86580.40820.4163
Hunter Lab81.77150.001536.8003
CIE-Lab85.43614.542447.4196

#fad07b color RGB value is (250,208,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010000 01111011
Octal 372 320 173
Decimal 250 208 123
Hex FA D0 7B

RGB Percentages of Color #fad07b

%43.03
%35.80
%21.17

CMYK Percentages of Color #fad07b

%0
%17
%51
%2

Triadic Colors of #fad07b

#fad07b #7bfad0 #d07bfa

Analogous Colors of #fad07b

#fad07b #e5fa7b #fa917b

Monochromatic Colors of #fad07b

#fad07b

Complementary Color

#fad07b #7ba5fa

#fad07b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad07b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad07b Color CSS Codes

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

#fad07b Text Font Color

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

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


#fad07b Background Color

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

This div background color is #fad07b


#fad07b Border Color

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

This div border color is #fad07b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad07b

Related Colors


Comments

No comments written yet.

Please login to write comment.