Color Hex Logo

#fccc6b Color Hex

#FCCC6B
(252,204,107)
0 Favorites   0 Comments

Color spaces of #fccc6b

RGB 252204107
HSL0.110.960.70
HSV40°58°99°
CMYK 0.000.190.58   0.01
XYZ64.391664.942723.0513
Yxy64.94270.42260.4262
Hunter Lab80.58701.599939.4515
CIE-Lab84.45426.145053.9972

#fccc6b color RGB value is (252,204,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001100 01101011
Octal 374 314 153
Decimal 252 204 107
Hex FC CC 6B

RGB Percentages of Color #fccc6b

%44.76
%36.23
%19.01

CMYK Percentages of Color #fccc6b

%0
%19
%58
%1

Triadic Colors of #fccc6b

#fccc6b #6bfccc #cc6bfc

Analogous Colors of #fccc6b

#fccc6b #e4fc6b #fc846b

Monochromatic Colors of #fccc6b

#fccc6b

Complementary Color

#fccc6b #6b9bfc

#fccc6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccc6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccc6b Color CSS Codes

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

#fccc6b Text Font Color

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

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


#fccc6b Background Color

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

This div background color is #fccc6b


#fccc6b Border Color

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

This div border color is #fccc6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccc6b


Comments

No comments written yet.

Please login to write comment.