Color Hex Logo

#fcaf68 Color Hex

#FCAF68
(252,175,104)
0 Favorites   0 Comments

Color spaces of #fcaf68

RGB 252175104
HSL0.080.960.70
HSV29°59°99°
CMYK 0.000.310.59   0.01
XYZ57.973552.354920.1467
Yxy52.35490.44430.4013
Hunter Lab72.356716.393334.1412
CIE-Lab77.492621.048547.2274

#fcaf68 color RGB value is (252,175,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101111 01101000
Octal 374 257 150
Decimal 252 175 104
Hex FC AF 68

RGB Percentages of Color #fcaf68

%47.46
%32.96
%19.59

CMYK Percentages of Color #fcaf68

%0
%31
%59
%1

Triadic Colors of #fcaf68

#fcaf68 #68fcaf #af68fc

Analogous Colors of #fcaf68

#fcaf68 #fcf968 #fc686b

Monochromatic Colors of #fcaf68

#fcaf68

Complementary Color

#fcaf68 #68b5fc

#fcaf68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaf68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaf68 Color CSS Codes

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

#fcaf68 Text Font Color

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

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


#fcaf68 Background Color

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

This div background color is #fcaf68


#fcaf68 Border Color

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

This div border color is #fcaf68


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,175,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 #fcaf68">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaf68


Comments

No comments written yet.

Please login to write comment.