Color Hex Logo

#fadc69 Color Hex

#FADC69
(250,220,105)
0 Favorites   0 Comments

Color spaces of #fadc69

RGB 250220105
HSL0.130.940.70
HSV48°58°98°
CMYK 0.000.120.58   0.02
XYZ67.567372.530323.8032
Yxy72.53030.41220.4425
Hunter Lab85.1647-7.421443.0440
CIE-Lab88.2232-2.997159.2133

#fadc69 color RGB value is (250,220,105).

#fadc69 hex color red value is 250, green value is 220 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #fadc69 hue: 0.13 , saturation: 0.94 and the lightness value of fadc69 is 0.70.

The process color (four color CMYK) of #fadc69 color hex is 0.00, 0.12, 0.58, 0.02. Web safe color of #fadc69 is #ffcc66. Color #fadc69 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011100 01101001
Octal 372 334 151
Decimal 250 220 105
Hex FA DC 69

RGB Percentages of Color #fadc69

%43.48
%38.26
%18.26

CMYK Percentages of Color #fadc69

%0
%12
%58
%2

Triadic Colors of #fadc69

#fadc69 #69fadc #dc69fa

Analogous Colors of #fadc69

#fadc69 #d0fa69 #fa9469

Monochromatic Colors of #fadc69

#fadc69

Complementary Color

#fadc69 #6987fa

#fadc69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadc69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadc69 Color CSS Codes

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

#fadc69 Text Font Color

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

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


#fadc69 Background Color

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

This div background color is #fadc69


#fadc69 Border Color

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

This div border color is #fadc69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadc69


Comments

No comments written yet.

Please login to write comment.