Color Hex Logo

#fcbe7e Color Hex

#FCBE7E
(252,190,126)
0 Favorites   0 Comments

Color spaces of #fcbe7e

RGB 252190126
HSL0.080.950.74
HSV30°50°99°
CMYK 0.000.250.50   0.01
XYZ62.324259.028727.8475
Yxy59.02870.41770.3956
Hunter Lab76.830110.345532.2911
CIE-Lab81.307414.958040.8196

#fcbe7e color RGB value is (252,190,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111110 01111110
Octal 374 276 176
Decimal 252 190 126
Hex FC BE 7E

RGB Percentages of Color #fcbe7e

%44.37
%33.45
%22.18

CMYK Percentages of Color #fcbe7e

%0
%25
%50
%1

Triadic Colors of #fcbe7e

#fcbe7e #7efcbe #be7efc

Analogous Colors of #fcbe7e

#fcbe7e #fbfc7e #fc7f7e

Monochromatic Colors of #fcbe7e

#fcbe7e

Complementary Color

#fcbe7e #7ebcfc

#fcbe7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbe7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbe7e Color CSS Codes

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

#fcbe7e Text Font Color

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

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


#fcbe7e Background Color

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

This div background color is #fcbe7e


#fcbe7e Border Color

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

This div border color is #fcbe7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbe7e


Comments

No comments written yet.

Please login to write comment.