Color Hex Logo

#facd53 Color Hex

#FACD53
(250,205,83)
0 Favorites   0 Comments

Color spaces of #facd53

RGB 25020583
HSL0.120.940.65
HSV44°67°98°
CMYK 0.000.180.67   0.02
XYZ62.817064.611217.3440
Yxy64.61120.43390.4463
Hunter Lab80.3811-1.171043.4736
CIE-Lab84.28303.273964.4858

#facd53 color RGB value is (250,205,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001101 01010011
Octal 372 315 123
Decimal 250 205 83
Hex FA CD 53

RGB Percentages of Color #facd53

%46.47
%38.10
%15.43

CMYK Percentages of Color #facd53

%0
%18
%67
%2

Triadic Colors of #facd53

#facd53 #53facd #cd53fa

Analogous Colors of #facd53

#facd53 #d4fa53 #fa7a53

Monochromatic Colors of #facd53

#facd53

Complementary Color

#facd53 #5380fa

#facd53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facd53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facd53 Color CSS Codes

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

#facd53 Text Font Color

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

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


#facd53 Background Color

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

This div background color is #facd53


#facd53 Border Color

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

This div border color is #facd53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facd53


Comments

No comments written yet.

Please login to write comment.