Color Hex Logo

#fcbf90 Color Hex

#FCBF90
(252,191,144)
0 Favorites   0 Comments

Color spaces of #fcbf90

RGB 252191144
HSL0.070.950.78
HSV26°43°99°
CMYK 0.000.240.43   0.01
XYZ63.809759.970734.5979
Yxy59.97070.40290.3787
Hunter Lab77.440811.559327.7198
CIE-Lab81.822316.162832.1819

#fcbf90 color RGB value is (252,191,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111111 10010000
Octal 374 277 220
Decimal 252 191 144
Hex FC BF 90

RGB Percentages of Color #fcbf90

%42.93
%32.54
%24.53

CMYK Percentages of Color #fcbf90

%0
%24
%43
%1

Triadic Colors of #fcbf90

#fcbf90 #90fcbf #bf90fc

Analogous Colors of #fcbf90

#fcbf90 #fcf590 #fc9097

Monochromatic Colors of #fcbf90

#fcbf90

Complementary Color

#fcbf90 #90cdfc

#fcbf90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbf90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbf90 Color CSS Codes

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

#fcbf90 Text Font Color

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

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


#fcbf90 Background Color

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

This div background color is #fcbf90


#fcbf90 Border Color

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

This div border color is #fcbf90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbf90


Comments

No comments written yet.

Please login to write comment.