Color Hex Logo

#fad754 Color Hex

#FAD754
(250,215,84)
0 Favorites   0 Comments

Color spaces of #fad754

RGB 25021584
HSL0.130.940.65
HSV47°66°98°
CMYK 0.000.140.66   0.02
XYZ65.325069.565018.3719
Yxy69.56500.42620.4539
Hunter Lab83.4056-6.155045.3240
CIE-Lab86.7831-1.781566.6955

#fad754 color RGB value is (250,215,84).

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

The process color (four color CMYK) of #fad754 color hex is 0.00, 0.14, 0.66, 0.02. Web safe color of #fad754 is #ffcc66. Color #fad754 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010111 01010100
Octal 372 327 124
Decimal 250 215 84
Hex FA D7 54

RGB Percentages of Color #fad754

%45.54
%39.16
%15.30

CMYK Percentages of Color #fad754

%0
%14
%66
%2

Triadic Colors of #fad754

#fad754 #54fad7 #d754fa

Analogous Colors of #fad754

#fad754 #cafa54 #fa8454

Monochromatic Colors of #fad754

#fad754

Complementary Color

#fad754 #5477fa

#fad754 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad754 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad754 Color CSS Codes

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

#fad754 Text Font Color

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

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


#fad754 Background Color

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

This div background color is #fad754


#fad754 Border Color

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

This div border color is #fad754


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad754


Comments

No comments written yet.

Please login to write comment.