Color Hex Logo

#fccd94 Color Hex

#FCCD94
(252,205,148)
0 Favorites   0 Comments

Color spaces of #fccd94

RGB 252205148
HSL0.090.950.78
HSV33°41°99°
CMYK 0.000.190.41   0.01
XYZ67.321566.496237.3038
Yxy66.49620.39340.3886
Hunter Lab81.54524.660629.9587
CIE-Lab85.24899.281534.6209

#fccd94 color RGB value is (252,205,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001101 10010100
Octal 374 315 224
Decimal 252 205 148
Hex FC CD 94

RGB Percentages of Color #fccd94

%41.65
%33.88
%24.46

CMYK Percentages of Color #fccd94

%0
%19
%41
%1

Triadic Colors of #fccd94

#fccd94 #94fccd #cd94fc

Analogous Colors of #fccd94

#fccd94 #f7fc94 #fc9994

Monochromatic Colors of #fccd94

#fccd94

Complementary Color

#fccd94 #94c3fc

#fccd94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccd94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccd94 Color CSS Codes

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

#fccd94 Text Font Color

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

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


#fccd94 Background Color

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

This div background color is #fccd94


#fccd94 Border Color

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

This div border color is #fccd94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccd94


Comments

No comments written yet.

Please login to write comment.