Color Hex Logo

#fcb07b Color Hex

#FCB07B
(252,176,123)
0 Favorites   0 Comments

Color spaces of #fcb07b

RGB 252176123
HSL0.070.960.74
HSV25°51°99°
CMYK 0.000.300.51   0.01
XYZ59.245453.176225.8803
Yxy53.17620.42840.3845
Hunter Lab72.922017.408630.0032
CIE-Lab77.978922.030838.1435

#fcb07b color RGB value is (252,176,123).

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

The process color (four color CMYK) of #fcb07b color hex is 0.00, 0.30, 0.51, 0.01. Web safe color of #fcb07b is #ff9966. Color #fcb07b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110000 01111011
Octal 374 260 173
Decimal 252 176 123
Hex FC B0 7B

RGB Percentages of Color #fcb07b

%45.74
%31.94
%22.32

CMYK Percentages of Color #fcb07b

%0
%30
%51
%1

Triadic Colors of #fcb07b

#fcb07b #7bfcb0 #b07bfc

Analogous Colors of #fcb07b

#fcb07b #fcf17b #fc7b87

Monochromatic Colors of #fcb07b

#fcb07b

Complementary Color

#fcb07b #7bc7fc

#fcb07b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb07b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb07b Color CSS Codes

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

#fcb07b Text Font Color

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

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


#fcb07b Background Color

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

This div background color is #fcb07b


#fcb07b Border Color

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

This div border color is #fcb07b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb07b

Related Colors


Comments

No comments written yet.

Please login to write comment.