Color Hex Logo

#fcc86b Color Hex

#FCC86B
(252,200,107)
0 Favorites   0 Comments

Color spaces of #fcc86b

RGB 252200107
HSL0.110.960.70
HSV38°58°99°
CMYK 0.000.210.58   0.01
XYZ63.453063.065522.7384
Yxy63.06550.42510.4225
Hunter Lab79.41383.650538.6133
CIE-Lab83.47688.213752.8539

#fcc86b color RGB value is (252,200,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001000 01101011
Octal 374 310 153
Decimal 252 200 107
Hex FC C8 6B

RGB Percentages of Color #fcc86b

%45.08
%35.78
%19.14

CMYK Percentages of Color #fcc86b

%0
%21
%58
%1

Triadic Colors of #fcc86b

#fcc86b #6bfcc8 #c86bfc

Analogous Colors of #fcc86b

#fcc86b #e8fc6b #fc806b

Monochromatic Colors of #fcc86b

#fcc86b

Complementary Color

#fcc86b #6b9ffc

#fcc86b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc86b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc86b Color CSS Codes

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

#fcc86b Text Font Color

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

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


#fcc86b Background Color

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

This div background color is #fcc86b


#fcc86b Border Color

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

This div border color is #fcc86b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc86b

Related Colors


Comments

No comments written yet.

Please login to write comment.