Color Hex Logo

#fccb93 Color Hex

#FCCB93
(252,203,147)
0 Favorites   0 Comments

Color spaces of #fccb93

RGB 252203147
HSL0.090.950.78
HSV32°42°99°
CMYK 0.000.190.42   0.01
XYZ66.767365.513936.7302
Yxy65.51390.39500.3876
Hunter Lab80.94075.597129.7531
CIE-Lab84.747910.214834.4780

#fccb93 color RGB value is (252,203,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001011 10010011
Octal 374 313 223
Decimal 252 203 147
Hex FC CB 93

RGB Percentages of Color #fccb93

%41.86
%33.72
%24.42

CMYK Percentages of Color #fccb93

%0
%19
%42
%1

Triadic Colors of #fccb93

#fccb93 #93fccb #cb93fc

Analogous Colors of #fccb93

#fccb93 #f9fc93 #fc9793

Monochromatic Colors of #fccb93

#fccb93

Complementary Color

#fccb93 #93c4fc

#fccb93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccb93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccb93 Color CSS Codes

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

#fccb93 Text Font Color

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

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


#fccb93 Background Color

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

This div background color is #fccb93


#fccb93 Border Color

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

This div border color is #fccb93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccb93


Comments

No comments written yet.

Please login to write comment.