Color Hex Logo

#fcbc7b Color Hex

#FCBC7B
(252,188,123)
0 Favorites   0 Comments

Color spaces of #fcbc7b

RGB 252188123
HSL0.080.960.74
HSV30°51°99°
CMYK 0.000.250.51   0.01
XYZ61.703358.091926.6996
Yxy58.09190.42120.3965
Hunter Lab76.218011.125432.5830
CIE-Lab80.789915.741341.6962

#fcbc7b color RGB value is (252,188,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111100 01111011
Octal 374 274 173
Decimal 252 188 123
Hex FC BC 7B

RGB Percentages of Color #fcbc7b

%44.76
%33.39
%21.85

CMYK Percentages of Color #fcbc7b

%0
%25
%51
%1

Triadic Colors of #fcbc7b

#fcbc7b #7bfcbc #bc7bfc

Analogous Colors of #fcbc7b

#fcbc7b #fcfc7b #fc7c7b

Monochromatic Colors of #fcbc7b

#fcbc7b

Complementary Color

#fcbc7b #7bbbfc

#fcbc7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbc7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbc7b Color CSS Codes

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

#fcbc7b Text Font Color

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

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


#fcbc7b Background Color

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

This div background color is #fcbc7b


#fcbc7b Border Color

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

This div border color is #fcbc7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbc7b


Comments

No comments written yet.

Please login to write comment.