Color Hex Logo

#fadf6b Color Hex

#FADF6B
(250,223,107)
0 Favorites   0 Comments

Color spaces of #fadf6b

RGB 250223107
HSL0.140.930.70
HSV49°57°98°
CMYK 0.000.110.57   0.02
XYZ68.465974.160924.6159
Yxy74.16090.40940.4434
Hunter Lab86.1167-8.790343.3340
CIE-Lab88.9985-4.369259.1941

#fadf6b color RGB value is (250,223,107).

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

The process color (four color CMYK) of #fadf6b color hex is 0.00, 0.11, 0.57, 0.02. Web safe color of #fadf6b is #ffcc66. Color #fadf6b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 01101011
Octal 372 337 153
Decimal 250 223 107
Hex FA DF 6B

RGB Percentages of Color #fadf6b

%43.10
%38.45
%18.45

CMYK Percentages of Color #fadf6b

%0
%11
%57
%2

Triadic Colors of #fadf6b

#fadf6b #6bfadf #df6bfa

Analogous Colors of #fadf6b

#fadf6b #cefa6b #fa986b

Monochromatic Colors of #fadf6b

#fadf6b

Complementary Color

#fadf6b #6b86fa

#fadf6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadf6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadf6b Color CSS Codes

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

#fadf6b Text Font Color

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

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


#fadf6b Background Color

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

This div background color is #fadf6b


#fadf6b Border Color

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

This div border color is #fadf6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadf6b


Comments

No comments written yet.

Please login to write comment.