Color Hex Logo

#fcb794 Color Hex

#FCB794
(252,183,148)
0 Favorites   0 Comments

Color spaces of #fcb794

RGB 252183148
HSL0.060.950.78
HSV20°41°99°
CMYK 0.000.270.41   0.01
XYZ62.423756.700535.6712
Yxy56.70050.40330.3663
Hunter Lab75.299716.202524.6228
CIE-Lab80.010820.777527.6619

#fcb794 color RGB value is (252,183,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110111 10010100
Octal 374 267 224
Decimal 252 183 148
Hex FC B7 94

RGB Percentages of Color #fcb794

%43.22
%31.39
%25.39

CMYK Percentages of Color #fcb794

%0
%27
%41
%1

Triadic Colors of #fcb794

#fcb794 #94fcb7 #b794fc

Analogous Colors of #fcb794

#fcb794 #fceb94 #fc94a5

Monochromatic Colors of #fcb794

#fcb794

Complementary Color

#fcb794 #94d9fc

#fcb794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb794 Color CSS Codes

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

#fcb794 Text Font Color

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

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


#fcb794 Background Color

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

This div background color is #fcb794


#fcb794 Border Color

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

This div border color is #fcb794


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb794


Comments

No comments written yet.

Please login to write comment.