Color Hex Logo

#fccc65 Color Hex

#FCCC65
(252,204,101)
0 Favorites   0 Comments

Color spaces of #fccc65

RGB 252204101
HSL0.110.960.69
HSV41°60°99°
CMYK 0.000.190.60   0.01
XYZ64.086764.820821.4458
Yxy64.82080.42620.4311
Hunter Lab80.51141.190340.5649
CIE-Lab84.39135.721956.7230

#fccc65 color RGB value is (252,204,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001100 01100101
Octal 374 314 145
Decimal 252 204 101
Hex FC CC 65

RGB Percentages of Color #fccc65

%45.24
%36.62
%18.13

CMYK Percentages of Color #fccc65

%0
%19
%60
%1

Triadic Colors of #fccc65

#fccc65 #65fccc #cc65fc

Analogous Colors of #fccc65

#fccc65 #e1fc65 #fc8165

Monochromatic Colors of #fccc65

#fccc65

Complementary Color

#fccc65 #6595fc

#fccc65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccc65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccc65 Color CSS Codes

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

#fccc65 Text Font Color

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

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


#fccc65 Background Color

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

This div background color is #fccc65


#fccc65 Border Color

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

This div border color is #fccc65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccc65


Comments

No comments written yet.

Please login to write comment.