Color Hex Logo

#facd38 Color Hex

#FACD38
(250,205,56)
0 Favorites   0 Comments

Color spaces of #facd38

RGB 25020556
HSL0.130.950.60
HSV46°78°98°
CMYK 0.000.180.78   0.02
XYZ61.969564.272212.8810
Yxy64.27220.44540.4620
Hunter Lab80.1699-2.321146.5928
CIE-Lab84.10732.063774.4180

#facd38 color RGB value is (250,205,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001101 00111000
Octal 372 315 70
Decimal 250 205 56
Hex FA CD 38

RGB Percentages of Color #facd38

%48.92
%40.12
%10.96

CMYK Percentages of Color #facd38

%0
%18
%78
%2

Triadic Colors of #facd38

#facd38 #38facd #cd38fa

Analogous Colors of #facd38

#facd38 #c6fa38 #fa6c38

Monochromatic Colors of #facd38

#facd38

Complementary Color

#facd38 #3865fa

#facd38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facd38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facd38 Color CSS Codes

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

#facd38 Text Font Color

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

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


#facd38 Background Color

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

This div background color is #facd38


#facd38 Border Color

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

This div border color is #facd38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facd38


Comments

No comments written yet.

Please login to write comment.