Color Hex Logo

#faca67 Color Hex

#FACA67
(250,202,103)
0 Favorites   0 Comments

Color spaces of #faca67

RGB 250202103
HSL0.110.940.69
HSV40°59°98°
CMYK 0.000.190.59   0.02
XYZ62.993163.544321.7772
Yxy63.54430.42470.4284
Hunter Lab79.71471.555739.6029
CIE-Lab83.72796.073054.9829

#faca67 color RGB value is (250,202,103).

#faca67 hex color red value is 250, green value is 202 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #faca67 hue: 0.11 , saturation: 0.94 and the lightness value of faca67 is 0.69.

The process color (four color CMYK) of #faca67 color hex is 0.00, 0.19, 0.59, 0.02. Web safe color of #faca67 is #ffcc66. Color #faca67 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001010 01100111
Octal 372 312 147
Decimal 250 202 103
Hex FA CA 67

RGB Percentages of Color #faca67

%45.05
%36.40
%18.56

CMYK Percentages of Color #faca67

%0
%19
%59
%2

Triadic Colors of #faca67

#faca67 #67faca #ca67fa

Analogous Colors of #faca67

#faca67 #e1fa67 #fa8167

Monochromatic Colors of #faca67

#faca67

Complementary Color

#faca67 #6797fa

#faca67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faca67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faca67 Color CSS Codes

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

#faca67 Text Font Color

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

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


#faca67 Background Color

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

This div background color is #faca67


#faca67 Border Color

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

This div border color is #faca67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faca67

Related Colors


Comments

No comments written yet.

Please login to write comment.