Color Hex Logo

#fcb37d Color Hex

#FCB37D
(252,179,125)
0 Favorites   0 Comments

Color spaces of #fcb37d

RGB 252179125
HSL0.070.950.74
HSV26°50°99°
CMYK 0.000.290.50   0.01
XYZ59.966754.416326.7448
Yxy54.41630.42490.3856
Hunter Lab73.767416.012530.1413
CIE-Lab78.703920.632438.0290

#fcb37d color RGB value is (252,179,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110011 01111101
Octal 374 263 175
Decimal 252 179 125
Hex FC B3 7D

RGB Percentages of Color #fcb37d

%45.32
%32.19
%22.48

CMYK Percentages of Color #fcb37d

%0
%29
%50
%1

Triadic Colors of #fcb37d

#fcb37d #7dfcb3 #b37dfc

Analogous Colors of #fcb37d

#fcb37d #fcf37d #fc7d87

Monochromatic Colors of #fcb37d

#fcb37d

Complementary Color

#fcb37d #7dc6fc

#fcb37d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb37d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb37d Color CSS Codes

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

#fcb37d Text Font Color

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

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


#fcb37d Background Color

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

This div background color is #fcb37d


#fcb37d Border Color

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

This div border color is #fcb37d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb37d


Comments

No comments written yet.

Please login to write comment.