Color Hex Logo

#facd52 Color Hex

#FACD52
(250,205,82)
0 Favorites   0 Comments

Color spaces of #facd52

RGB 25020582
HSL0.120.940.65
HSV44°67°98°
CMYK 0.000.180.67   0.02
XYZ62.778764.595817.1421
Yxy64.59580.43440.4470
Hunter Lab80.3715-1.222743.6143
CIE-Lab84.27503.219764.8944

#facd52 color RGB value is (250,205,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001101 01010010
Octal 372 315 122
Decimal 250 205 82
Hex FA CD 52

RGB Percentages of Color #facd52

%46.55
%38.18
%15.27

CMYK Percentages of Color #facd52

%0
%18
%67
%2

Triadic Colors of #facd52

#facd52 #52facd #cd52fa

Analogous Colors of #facd52

#facd52 #d3fa52 #fa7952

Monochromatic Colors of #facd52

#facd52

Complementary Color

#facd52 #527ffa

#facd52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facd52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facd52 Color CSS Codes

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

#facd52 Text Font Color

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

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


#facd52 Background Color

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

This div background color is #facd52


#facd52 Border Color

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

This div border color is #facd52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facd52

Related Colors


Comments

No comments written yet.

Please login to write comment.