Color Hex Logo

#fccc94 Color Hex

#FCCC94
(252,204,148)
0 Favorites   0 Comments

Color spaces of #fccc94

RGB 252204148
HSL0.090.950.78
HSV32°41°99°
CMYK 0.000.190.41   0.01
XYZ67.083066.019337.2243
Yxy66.01930.39380.3876
Hunter Lab81.25235.180629.7139
CIE-Lab85.00639.800434.3020

#fccc94 color RGB value is (252,204,148).

#fccc94 hex color red value is 252, green value is 204 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #fccc94 hue: 0.09 , saturation: 0.95 and the lightness value of fccc94 is 0.78.

The process color (four color CMYK) of #fccc94 color hex is 0.00, 0.19, 0.41, 0.01. Web safe color of #fccc94 is #ffcc99. Color #fccc94 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001100 10010100
Octal 374 314 224
Decimal 252 204 148
Hex FC CC 94

RGB Percentages of Color #fccc94

%41.72
%33.77
%24.50

CMYK Percentages of Color #fccc94

%0
%19
%41
%1

Triadic Colors of #fccc94

#fccc94 #94fccc #cc94fc

Analogous Colors of #fccc94

#fccc94 #f8fc94 #fc9894

Monochromatic Colors of #fccc94

#fccc94

Complementary Color

#fccc94 #94c4fc

#fccc94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccc94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccc94 Color CSS Codes

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

#fccc94 Text Font Color

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

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


#fccc94 Background Color

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

This div background color is #fccc94


#fccc94 Border Color

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

This div border color is #fccc94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccc94


Comments

No comments written yet.

Please login to write comment.