Color Hex Logo

#fcb66b Color Hex

#FCB66B
(252,182,107)
0 Favorites   0 Comments

Color spaces of #fcb66b

RGB 252182107
HSL0.090.960.70
HSV31°58°99°
CMYK 0.000.280.58   0.01
XYZ59.526755.212921.4297
Yxy55.21290.43720.4055
Hunter Lab74.305412.963534.9145
CIE-Lab79.163717.598747.7391

#fcb66b color RGB value is (252,182,107).

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

The process color (four color CMYK) of #fcb66b color hex is 0.00, 0.28, 0.58, 0.01. Web safe color of #fcb66b is #ffcc66. Color #fcb66b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110110 01101011
Octal 374 266 153
Decimal 252 182 107
Hex FC B6 6B

RGB Percentages of Color #fcb66b

%46.58
%33.64
%19.78

CMYK Percentages of Color #fcb66b

%0
%28
%58
%1

Triadic Colors of #fcb66b

#fcb66b #6bfcb6 #b66bfc

Analogous Colors of #fcb66b

#fcb66b #fafc6b #fc6e6b

Monochromatic Colors of #fcb66b

#fcb66b

Complementary Color

#fcb66b #6bb1fc

#fcb66b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb66b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb66b Color CSS Codes

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

#fcb66b Text Font Color

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

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


#fcb66b Background Color

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

This div background color is #fcb66b


#fcb66b Border Color

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

This div border color is #fcb66b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb66b


Comments

No comments written yet.

Please login to write comment.