Color Hex Logo

#fac34d Color Hex

#FAC34D
(250,195,77)
0 Favorites   0 Comments

Color spaces of #fac34d

RGB 25019577
HSL0.110.950.64
HSV41°69°98°
CMYK 0.000.220.69   0.02
XYZ60.279059.890015.4041
Yxy59.89000.44460.4418
Hunter Lab77.38863.605842.3704
CIE-Lab81.77848.123364.3703

#fac34d color RGB value is (250,195,77).

#fac34d hex color red value is 250, green value is 195 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #fac34d hue: 0.11 , saturation: 0.95 and the lightness value of fac34d is 0.64.

The process color (four color CMYK) of #fac34d color hex is 0.00, 0.22, 0.69, 0.02. Web safe color of #fac34d is #ffcc66. Color #fac34d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000011 01001101
Octal 372 303 115
Decimal 250 195 77
Hex FA C3 4D

RGB Percentages of Color #fac34d

%47.89
%37.36
%14.75

CMYK Percentages of Color #fac34d

%0
%22
%69
%2

Triadic Colors of #fac34d

#fac34d #4dfac3 #c34dfa

Analogous Colors of #fac34d

#fac34d #dbfa4d #fa6d4d

Monochromatic Colors of #fac34d

#fac34d

Complementary Color

#fac34d #4d84fa

#fac34d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac34d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac34d Color CSS Codes

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

#fac34d Text Font Color

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

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


#fac34d Background Color

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

This div background color is #fac34d


#fac34d Border Color

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

This div border color is #fac34d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac34d


Comments

No comments written yet.

Please login to write comment.