Color Hex Logo

#facd5d Color Hex

#FACD5D
(250,205,93)
0 Favorites   0 Comments

Color spaces of #facd5d

RGB 25020593
HSL0.120.940.67
HSV43°63°98°
CMYK 0.000.180.63   0.02
XYZ63.231464.777019.5265
Yxy64.77700.42860.4391
Hunter Lab80.4842-0.610941.9544
CIE-Lab84.36873.860160.2644

#facd5d color RGB value is (250,205,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001101 01011101
Octal 372 315 135
Decimal 250 205 93
Hex FA CD 5D

RGB Percentages of Color #facd5d

%45.62
%37.41
%16.97

CMYK Percentages of Color #facd5d

%0
%18
%63
%2

Triadic Colors of #facd5d

#facd5d #5dfacd #cd5dfa

Analogous Colors of #facd5d

#facd5d #d9fa5d #fa7f5d

Monochromatic Colors of #facd5d

#facd5d

Complementary Color

#facd5d #5d8afa

#facd5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facd5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#facd5d Color CSS Codes

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

#facd5d Text Font Color

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

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


#facd5d Background Color

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

This div background color is #facd5d


#facd5d Border Color

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

This div border color is #facd5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facd5d


Comments

No comments written yet.

Please login to write comment.