Color Hex Logo

#fcb76d Color Hex

#FCB76D
(252,183,109)
0 Favorites   0 Comments

Color spaces of #fcb76d

RGB 252183109
HSL0.090.960.71
HSV31°57°99°
CMYK 0.000.270.57   0.01
XYZ59.838755.666522.0589
Yxy55.66650.43500.4047
Hunter Lab74.610012.593134.6975
CIE-Lab79.423617.224547.0596

#fcb76d color RGB value is (252,183,109).

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

The process color (four color CMYK) of #fcb76d color hex is 0.00, 0.27, 0.57, 0.01. Web safe color of #fcb76d is #ffcc66. Color #fcb76d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110111 01101101
Octal 374 267 155
Decimal 252 183 109
Hex FC B7 6D

RGB Percentages of Color #fcb76d

%46.32
%33.64
%20.04

CMYK Percentages of Color #fcb76d

%0
%27
%57
%1

Triadic Colors of #fcb76d

#fcb76d #6dfcb7 #b76dfc

Analogous Colors of #fcb76d

#fcb76d #fafc6d #fc706d

Monochromatic Colors of #fcb76d

#fcb76d

Complementary Color

#fcb76d #6db2fc

#fcb76d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb76d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb76d Color CSS Codes

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

#fcb76d Text Font Color

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

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


#fcb76d Background Color

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

This div background color is #fcb76d


#fcb76d Border Color

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

This div border color is #fcb76d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb76d

Related Colors


Comments

No comments written yet.

Please login to write comment.