Color Hex Logo

#fcb37b Color Hex

#FCB37B
(252,179,123)
0 Favorites   0 Comments

Color spaces of #fcb37b

RGB 252179123
HSL0.070.960.74
HSV26°51°99°
CMYK 0.000.290.51   0.01
XYZ59.840154.365726.0786
Yxy54.36570.42660.3875
Hunter Lab73.733115.833630.6429
CIE-Lab78.674520.456939.0272

#fcb37b color RGB value is (252,179,123).

#fcb37b hex color red value is 252, green value is 179 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #fcb37b hue: 0.07 , saturation: 0.96 and the lightness value of fcb37b is 0.74.

The process color (four color CMYK) of #fcb37b color hex is 0.00, 0.29, 0.51, 0.01. Web safe color of #fcb37b is #ffcc66. Color #fcb37b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110011 01111011
Octal 374 263 173
Decimal 252 179 123
Hex FC B3 7B

RGB Percentages of Color #fcb37b

%45.49
%32.31
%22.20

CMYK Percentages of Color #fcb37b

%0
%29
%51
%1

Triadic Colors of #fcb37b

#fcb37b #7bfcb3 #b37bfc

Analogous Colors of #fcb37b

#fcb37b #fcf47b #fc7b84

Monochromatic Colors of #fcb37b

#fcb37b

Complementary Color

#fcb37b #7bc4fc

#fcb37b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb37b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb37b Color CSS Codes

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

#fcb37b Text Font Color

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

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


#fcb37b Background Color

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

This div background color is #fcb37b


#fcb37b Border Color

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

This div border color is #fcb37b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb37b


Comments

No comments written yet.

Please login to write comment.