Color Hex Logo

#fcb468 Color Hex

#FCB468
(252,180,104)
0 Favorites   0 Comments

Color spaces of #fcb468

RGB 252180104
HSL0.090.960.70
HSV31°59°99°
CMYK 0.000.290.59   0.01
XYZ58.964854.337420.4771
Yxy54.33740.44080.4062
Hunter Lab73.713913.785335.1295
CIE-Lab78.658118.428048.6172

#fcb468 color RGB value is (252,180,104).

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

The process color (four color CMYK) of #fcb468 color hex is 0.00, 0.29, 0.59, 0.01. Web safe color of #fcb468 is #ffcc66. Color #fcb468 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110100 01101000
Octal 374 264 150
Decimal 252 180 104
Hex FC B4 68

RGB Percentages of Color #fcb468

%47.01
%33.58
%19.40

CMYK Percentages of Color #fcb468

%0
%29
%59
%1

Triadic Colors of #fcb468

#fcb468 #68fcb4 #b468fc

Analogous Colors of #fcb468

#fcb468 #fafc68 #fc6a68

Monochromatic Colors of #fcb468

#fcb468

Complementary Color

#fcb468 #68b0fc

#fcb468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb468 Color CSS Codes

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

#fcb468 Text Font Color

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

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


#fcb468 Background Color

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

This div background color is #fcb468


#fcb468 Border Color

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

This div border color is #fcb468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb468

Related Colors


Comments

No comments written yet.

Please login to write comment.