Color Hex Logo

#fccb92 Color Hex

#FCCB92
(252,203,146)
0 Favorites   0 Comments

Color spaces of #fccb92

RGB 252203146
HSL0.090.950.78
HSV32°42°99°
CMYK 0.000.190.42   0.01
XYZ66.689165.482636.3186
Yxy65.48260.39580.3886
Hunter Lab80.92135.493630.0348
CIE-Lab84.731810.110334.9724

#fccb92 color RGB value is (252,203,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001011 10010010
Octal 374 313 222
Decimal 252 203 146
Hex FC CB 92

RGB Percentages of Color #fccb92

%41.93
%33.78
%24.29

CMYK Percentages of Color #fccb92

%0
%19
%42
%1

Triadic Colors of #fccb92

#fccb92 #92fccb #cb92fc

Analogous Colors of #fccb92

#fccb92 #f8fc92 #fc9692

Monochromatic Colors of #fccb92

#fccb92

Complementary Color

#fccb92 #92c3fc

#fccb92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccb92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccb92 Color CSS Codes

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

#fccb92 Text Font Color

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

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


#fccb92 Background Color

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

This div background color is #fccb92


#fccb92 Border Color

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

This div border color is #fccb92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccb92


Comments

No comments written yet.

Please login to write comment.