Color Hex Logo

#fcb47d Color Hex

#FCB47D
(252,180,125)
0 Favorites   0 Comments

Color spaces of #fcb47d

RGB 252180125
HSL0.070.950.74
HSV26°50°99°
CMYK 0.000.290.50   0.01
XYZ60.167854.818626.8119
Yxy54.81860.42430.3866
Hunter Lab74.039615.487630.3571
CIE-Lab78.936720.107738.3258

#fcb47d color RGB value is (252,180,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110100 01111101
Octal 374 264 175
Decimal 252 180 125
Hex FC B4 7D

RGB Percentages of Color #fcb47d

%45.24
%32.32
%22.44

CMYK Percentages of Color #fcb47d

%0
%29
%50
%1

Triadic Colors of #fcb47d

#fcb47d #7dfcb4 #b47dfc

Analogous Colors of #fcb47d

#fcb47d #fcf47d #fc7d86

Monochromatic Colors of #fcb47d

#fcb47d

Complementary Color

#fcb47d #7dc5fc

#fcb47d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb47d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb47d Color CSS Codes

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

#fcb47d Text Font Color

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

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


#fcb47d Background Color

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

This div background color is #fcb47d


#fcb47d Border Color

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

This div border color is #fcb47d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb47d

Related Colors


Comments

No comments written yet.

Please login to write comment.