Color Hex Logo

#facd54 Color Hex

#FACD54
(250,205,84)
0 Favorites   0 Comments

Color spaces of #facd54

RGB 25020584
HSL0.120.940.65
HSV44°66°98°
CMYK 0.000.180.66   0.02
XYZ62.855964.626717.5488
Yxy64.62670.43340.4456
Hunter Lab80.3907-1.118243.3309
CIE-Lab84.29103.329364.0745

#facd54 color RGB value is (250,205,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001101 01010100
Octal 372 315 124
Decimal 250 205 84
Hex FA CD 54

RGB Percentages of Color #facd54

%46.38
%38.03
%15.58

CMYK Percentages of Color #facd54

%0
%18
%66
%2

Triadic Colors of #facd54

#facd54 #54facd #cd54fa

Analogous Colors of #facd54

#facd54 #d4fa54 #fa7a54

Monochromatic Colors of #facd54

#facd54

Complementary Color

#facd54 #5481fa

#facd54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facd54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facd54 Color CSS Codes

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

#facd54 Text Font Color

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

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


#facd54 Background Color

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

This div background color is #facd54


#facd54 Border Color

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

This div border color is #facd54


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,205,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 #facd54">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facd54


Comments

No comments written yet.

Please login to write comment.