Color Hex Logo

#fac427 Color Hex

#FAC427
(250,196,39)
0 Favorites   0 Comments

Color spaces of #fac427

RGB 25019639
HSL0.120.950.57
HSV45°84°98°
CMYK 0.000.220.84   0.02
XYZ59.530559.950310.3534
Yxy59.95030.45850.4617
Hunter Lab77.42761.742246.2712
CIE-Lab81.81126.196577.3539

#fac427 color RGB value is (250,196,39).

#fac427 hex color red value is 250, green value is 196 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #fac427 hue: 0.12 , saturation: 0.95 and the lightness value of fac427 is 0.57.

The process color (four color CMYK) of #fac427 color hex is 0.00, 0.22, 0.84, 0.02. Web safe color of #fac427 is #ffcc33. Color #fac427 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000100 00100111
Octal 372 304 47
Decimal 250 196 39
Hex FA C4 27

RGB Percentages of Color #fac427

%51.55
%40.41
%8.04

CMYK Percentages of Color #fac427

%0
%22
%84
%2

Triadic Colors of #fac427

#fac427 #27fac4 #c427fa

Analogous Colors of #fac427

#fac427 #c7fa27 #fa5b27

Monochromatic Colors of #fac427

#fac427

Complementary Color

#fac427 #275dfa

#fac427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac427 Color CSS Codes

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

#fac427 Text Font Color

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

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


#fac427 Background Color

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

This div background color is #fac427


#fac427 Border Color

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

This div border color is #fac427


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac427


Comments

No comments written yet.

Please login to write comment.