Color Hex Logo

#fccb94 Color Hex

#FCCB94
(252,203,148)
0 Favorites   0 Comments

Color spaces of #fccb94

RGB 252203148
HSL0.090.950.78
HSV32°41°99°
CMYK 0.000.190.41   0.01
XYZ66.846165.545437.1453
Yxy65.54540.39430.3866
Hunter Lab80.96015.701429.4692
CIE-Lab84.764010.320033.9834

#fccb94 color RGB value is (252,203,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001011 10010100
Octal 374 313 224
Decimal 252 203 148
Hex FC CB 94

RGB Percentages of Color #fccb94

%41.79
%33.67
%24.54

CMYK Percentages of Color #fccb94

%0
%19
%41
%1

Triadic Colors of #fccb94

#fccb94 #94fccb #cb94fc

Analogous Colors of #fccb94

#fccb94 #f9fc94 #fc9794

Monochromatic Colors of #fccb94

#fccb94

Complementary Color

#fccb94 #94c5fc

#fccb94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccb94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccb94 Color CSS Codes

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

#fccb94 Text Font Color

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

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


#fccb94 Background Color

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

This div background color is #fccb94


#fccb94 Border Color

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

This div border color is #fccb94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccb94


Comments

No comments written yet.

Please login to write comment.