Color Hex Logo

#facd23 Color Hex

#FACD23
(250,205,35)
0 Favorites   0 Comments

Color spaces of #facd23

RGB 25020535
HSL0.130.960.56
HSV47°86°98°
CMYK 0.000.180.86   0.02
XYZ61.559064.108010.7197
Yxy64.10800.45140.4700
Hunter Lab80.0675-2.880348.1093
CIE-Lab84.02201.472080.1015

#facd23 color RGB value is (250,205,35).

#facd23 hex color red value is 250, green value is 205 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #facd23 hue: 0.13 , saturation: 0.96 and the lightness value of facd23 is 0.56.

The process color (four color CMYK) of #facd23 color hex is 0.00, 0.18, 0.86, 0.02. Web safe color of #facd23 is #ffcc33. Color #facd23 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001101 00100011
Octal 372 315 43
Decimal 250 205 35
Hex FA CD 23

RGB Percentages of Color #facd23

%51.02
%41.84
%7.14

CMYK Percentages of Color #facd23

%0
%18
%86
%2

Triadic Colors of #facd23

#facd23 #23facd #cd23fa

Analogous Colors of #facd23

#facd23 #bcfa23 #fa6123

Monochromatic Colors of #facd23

#facd23

Complementary Color

#facd23 #2350fa

#facd23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facd23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facd23 Color CSS Codes

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

#facd23 Text Font Color

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

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


#facd23 Background Color

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

This div background color is #facd23


#facd23 Border Color

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

This div border color is #facd23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facd23


Comments

No comments written yet.

Please login to write comment.