Color Hex Logo

#fcbe90 Color Hex

#FCBE90
(252,190,144)
0 Favorites   0 Comments

Color spaces of #fcbe90

RGB 252190144
HSL0.070.950.78
HSV26°43°99°
CMYK 0.000.250.43   0.01
XYZ63.592459.536034.5255
Yxy59.53600.40340.3776
Hunter Lab77.159612.084627.4820
CIE-Lab81.585316.686531.8687

#fcbe90 color RGB value is (252,190,144).

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

The process color (four color CMYK) of #fcbe90 color hex is 0.00, 0.25, 0.43, 0.01. Web safe color of #fcbe90 is #ffcc99. Color #fcbe90 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111110 10010000
Octal 374 276 220
Decimal 252 190 144
Hex FC BE 90

RGB Percentages of Color #fcbe90

%43.00
%32.42
%24.57

CMYK Percentages of Color #fcbe90

%0
%25
%43
%1

Triadic Colors of #fcbe90

#fcbe90 #90fcbe #be90fc

Analogous Colors of #fcbe90

#fcbe90 #fcf490 #fc9098

Monochromatic Colors of #fcbe90

#fcbe90

Complementary Color

#fcbe90 #90cefc

#fcbe90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbe90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbe90 Color CSS Codes

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

#fcbe90 Text Font Color

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

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


#fcbe90 Background Color

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

This div background color is #fcbe90


#fcbe90 Border Color

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

This div border color is #fcbe90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbe90


Comments

No comments written yet.

Please login to write comment.