Color Hex Logo

#fcaa68 Color Hex

#FCAA68
(252,170,104)
0 Favorites   0 Comments

Color spaces of #fcaa68

RGB 252170104
HSL0.070.960.70
HSV27°59°99°
CMYK 0.000.330.59   0.01
XYZ57.018350.444419.8282
Yxy50.44440.44790.3963
Hunter Lab71.024219.007633.1647
CIE-Lab76.341223.669445.8461

#fcaa68 color RGB value is (252,170,104).

#fcaa68 hex color red value is 252, green value is 170 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #fcaa68 hue: 0.07 , saturation: 0.96 and the lightness value of fcaa68 is 0.70.

The process color (four color CMYK) of #fcaa68 color hex is 0.00, 0.33, 0.59, 0.01. Web safe color of #fcaa68 is #ff9966. Color #fcaa68 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 01101000
Octal 374 252 150
Decimal 252 170 104
Hex FC AA 68

RGB Percentages of Color #fcaa68

%47.91
%32.32
%19.77

CMYK Percentages of Color #fcaa68

%0
%33
%59
%1

Triadic Colors of #fcaa68

#fcaa68 #68fcaa #aa68fc

Analogous Colors of #fcaa68

#fcaa68 #fcf468 #fc6870

Monochromatic Colors of #fcaa68

#fcaa68

Complementary Color

#fcaa68 #68bafc

#fcaa68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaa68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaa68 Color CSS Codes

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

#fcaa68 Text Font Color

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

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


#fcaa68 Background Color

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

This div background color is #fcaa68


#fcaa68 Border Color

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

This div border color is #fcaa68


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,170,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fcaa68; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fcaa68;
  -webkit-box-shadow: 1px 1px 3px 2px #fcaa68;
  box-shadow:         1px 1px 3px 2px #fcaa68; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,170,104, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaa68

Related Colors


Comments

No comments written yet.

Please login to write comment.