Color Hex Logo

#fcbf81 Color Hex

#FCBF81
(252,191,129)
0 Favorites   0 Comments

Color spaces of #fcbf81

RGB 252191129
HSL0.080.950.75
HSV30°49°99°
CMYK 0.000.240.49   0.01
XYZ62.738159.542028.9550
Yxy59.54200.41480.3937
Hunter Lab77.163510.094231.7663
CIE-Lab81.588614.705239.6433

#fcbf81 color RGB value is (252,191,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111111 10000001
Octal 374 277 201
Decimal 252 191 129
Hex FC BF 81

RGB Percentages of Color #fcbf81

%44.06
%33.39
%22.55

CMYK Percentages of Color #fcbf81

%0
%24
%49
%1

Triadic Colors of #fcbf81

#fcbf81 #81fcbf #bf81fc

Analogous Colors of #fcbf81

#fcbf81 #fcfc81 #fc8281

Monochromatic Colors of #fcbf81

#fcbf81

Complementary Color

#fcbf81 #81befc

#fcbf81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbf81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbf81 Color CSS Codes

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

#fcbf81 Text Font Color

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

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


#fcbf81 Background Color

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

This div background color is #fcbf81


#fcbf81 Border Color

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

This div border color is #fcbf81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbf81

Related Colors


Comments

No comments written yet.

Please login to write comment.