Color Hex Logo

#fcb870 Color Hex

#FCB870
(252,184,112)
0 Favorites   0 Comments

Color spaces of #fcb870

RGB 252184112
HSL0.090.960.71
HSV31°56°99°
CMYK 0.000.270.56   0.01
XYZ60.210056.146322.9931
Yxy56.14630.43210.4029
Hunter Lab74.930812.303134.2580
CIE-Lab79.697016.930745.8956

#fcb870 color RGB value is (252,184,112).

#fcb870 hex color red value is 252, green value is 184 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #fcb870 hue: 0.09 , saturation: 0.96 and the lightness value of fcb870 is 0.71.

The process color (four color CMYK) of #fcb870 color hex is 0.00, 0.27, 0.56, 0.01. Web safe color of #fcb870 is #ffcc66. Color #fcb870 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111000 01110000
Octal 374 270 160
Decimal 252 184 112
Hex FC B8 70

RGB Percentages of Color #fcb870

%45.99
%33.58
%20.44

CMYK Percentages of Color #fcb870

%0
%27
%56
%1

Triadic Colors of #fcb870

#fcb870 #70fcb8 #b870fc

Analogous Colors of #fcb870

#fcb870 #fafc70 #fc7270

Monochromatic Colors of #fcb870

#fcb870

Complementary Color

#fcb870 #70b4fc

#fcb870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb870 Color CSS Codes

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

#fcb870 Text Font Color

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

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


#fcb870 Background Color

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

This div background color is #fcb870


#fcb870 Border Color

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

This div border color is #fcb870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb870

Related Colors


Comments

No comments written yet.

Please login to write comment.