Color Hex Logo

#fcbe29 Color Hex

#FCBE29
(252,190,41)
0 Favorites   0 Comments

Color spaces of #fcbe29

RGB 25219041
HSL0.120.970.57
HSV42°84°99°
CMYK 0.000.250.84   0.01
XYZ58.958657.682510.1242
Yxy57.68250.46510.4550
Hunter Lab75.94905.657445.2608
CIE-Lab80.561910.206775.8787

#fcbe29 color RGB value is (252,190,41).

#fcbe29 hex color red value is 252, green value is 190 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #fcbe29 hue: 0.12 , saturation: 0.97 and the lightness value of fcbe29 is 0.57.

The process color (four color CMYK) of #fcbe29 color hex is 0.00, 0.25, 0.84, 0.01. Web safe color of #fcbe29 is #ffcc33. Color #fcbe29 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111110 00101001
Octal 374 276 51
Decimal 252 190 41
Hex FC BE 29

RGB Percentages of Color #fcbe29

%52.17
%39.34
%8.49

CMYK Percentages of Color #fcbe29

%0
%25
%84
%1

Triadic Colors of #fcbe29

#fcbe29 #29fcbe #be29fc

Analogous Colors of #fcbe29

#fcbe29 #d1fc29 #fc5529

Monochromatic Colors of #fcbe29

#fcbe29

Complementary Color

#fcbe29 #2967fc

#fcbe29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbe29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbe29 Color CSS Codes

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

#fcbe29 Text Font Color

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

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


#fcbe29 Background Color

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

This div background color is #fcbe29


#fcbe29 Border Color

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

This div border color is #fcbe29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbe29

#fcbe29 Color Palettes


Comments

No comments written yet.

Please login to write comment.