Color Hex Logo

#facd18 Color Hex

#FACD18
(250,205,24)
0 Favorites   0 Comments

Color spaces of #facd18

RGB 25020524
HSL0.130.960.54
HSV48°90°98°
CMYK 0.000.180.90   0.02
XYZ61.420564.05269.9903
Yxy64.05260.45340.4728
Hunter Lab80.0329-3.069348.6220
CIE-Lab83.99311.271682.1958

#facd18 color RGB value is (250,205,24).

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

The process color (four color CMYK) of #facd18 color hex is 0.00, 0.18, 0.90, 0.02. Web safe color of #facd18 is #ffcc00. Color #facd18 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001101 00011000
Octal 372 315 30
Decimal 250 205 24
Hex FA CD 18

RGB Percentages of Color #facd18

%52.19
%42.80
%5.01

CMYK Percentages of Color #facd18

%0
%18
%90
%2

Triadic Colors of #facd18

#facd18 #18facd #cd18fa

Analogous Colors of #facd18

#facd18 #b6fa18 #fa5c18

Monochromatic Colors of #facd18

#facd18

Complementary Color

#facd18 #1845fa

#facd18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facd18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facd18 Color CSS Codes

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

#facd18 Text Font Color

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

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


#facd18 Background Color

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

This div background color is #facd18


#facd18 Border Color

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

This div border color is #facd18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facd18

Related Colors


Comments

No comments written yet.

Please login to write comment.