Color Hex Logo

#fccc75 Color Hex

#FCCC75
(252,204,117)
0 Favorites   0 Comments

Color spaces of #fccc75

RGB 252204117
HSL0.110.960.72
HSV39°54°99°
CMYK 0.000.190.54   0.01
XYZ64.948665.165525.9847
Yxy65.16550.41610.4175
Hunter Lab80.72522.345837.4227
CIE-Lab84.56896.913049.3393

#fccc75 color RGB value is (252,204,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001100 01110101
Octal 374 314 165
Decimal 252 204 117
Hex FC CC 75

RGB Percentages of Color #fccc75

%43.98
%35.60
%20.42

CMYK Percentages of Color #fccc75

%0
%19
%54
%1

Triadic Colors of #fccc75

#fccc75 #75fccc #cc75fc

Analogous Colors of #fccc75

#fccc75 #e9fc75 #fc8975

Monochromatic Colors of #fccc75

#fccc75

Complementary Color

#fccc75 #75a5fc

#fccc75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccc75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccc75 Color CSS Codes

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

#fccc75 Text Font Color

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

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


#fccc75 Background Color

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

This div background color is #fccc75


#fccc75 Border Color

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

This div border color is #fccc75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccc75


Comments

No comments written yet.

Please login to write comment.