Color Hex Logo

#fcbf44 Color Hex

#FCBF44
(252,191,68)
0 Favorites   0 Comments

Color spaces of #fcbf44

RGB 25219168
HSL0.110.970.63
HSV40°73°99°
CMYK 0.000.240.73   0.01
XYZ59.819158.374413.5834
Yxy58.37440.45390.4430
Hunter Lab76.40316.049442.9413
CIE-Lab80.946510.613767.2152

#fcbf44 color RGB value is (252,191,68).

#fcbf44 hex color red value is 252, green value is 191 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #fcbf44 hue: 0.11 , saturation: 0.97 and the lightness value of fcbf44 is 0.63.

The process color (four color CMYK) of #fcbf44 color hex is 0.00, 0.24, 0.73, 0.01. Web safe color of #fcbf44 is #ffcc33. Color #fcbf44 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111111 01000100
Octal 374 277 104
Decimal 252 191 68
Hex FC BF 44

RGB Percentages of Color #fcbf44

%49.32
%37.38
%13.31

CMYK Percentages of Color #fcbf44

%0
%24
%73
%1

Triadic Colors of #fcbf44

#fcbf44 #44fcbf #bf44fc

Analogous Colors of #fcbf44

#fcbf44 #ddfc44 #fc6344

Monochromatic Colors of #fcbf44

#fcbf44

Complementary Color

#fcbf44 #4481fc

#fcbf44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbf44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbf44 Color CSS Codes

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

#fcbf44 Text Font Color

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

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


#fcbf44 Background Color

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

This div background color is #fcbf44


#fcbf44 Border Color

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

This div border color is #fcbf44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbf44


Comments

No comments written yet.

Please login to write comment.