Color Hex Logo

#fada68 Color Hex

#FADA68
(250,218,104)
0 Favorites   0 Comments

Color spaces of #fada68

RGB 250218104
HSL0.130.940.69
HSV47°58°98°
CMYK 0.000.130.58   0.02
XYZ66.994471.466323.3601
Yxy71.46630.41400.4416
Hunter Lab84.5377-6.483542.7930
CIE-Lab87.7111-2.054359.0826

#fada68 color RGB value is (250,218,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011010 01101000
Octal 372 332 150
Decimal 250 218 104
Hex FA DA 68

RGB Percentages of Color #fada68

%43.71
%38.11
%18.18

CMYK Percentages of Color #fada68

%0
%13
%58
%2

Triadic Colors of #fada68

#fada68 #68fada #da68fa

Analogous Colors of #fada68

#fada68 #d1fa68 #fa9168

Monochromatic Colors of #fada68

#fada68

Complementary Color

#fada68 #6888fa

#fada68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fada68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fada68 Color CSS Codes

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

#fada68 Text Font Color

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

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


#fada68 Background Color

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

This div background color is #fada68


#fada68 Border Color

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

This div border color is #fada68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fada68


Comments

No comments written yet.

Please login to write comment.