Color Hex Logo

#fcbe32 Color Hex

#FCBE32
(252,190,50)
0 Favorites   0 Comments

Color spaces of #fcbe32

RGB 25219050
HSL0.120.970.59
HSV42°80°99°
CMYK 0.000.250.80   0.01
XYZ59.134157.752611.0483
Yxy57.75260.46220.4514
Hunter Lab75.99515.904744.5769
CIE-Lab80.601010.460873.2693

#fcbe32 color RGB value is (252,190,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111110 00110010
Octal 374 276 62
Decimal 252 190 50
Hex FC BE 32

RGB Percentages of Color #fcbe32

%51.22
%38.62
%10.16

CMYK Percentages of Color #fcbe32

%0
%25
%80
%1

Triadic Colors of #fcbe32

#fcbe32 #32fcbe #be32fc

Analogous Colors of #fcbe32

#fcbe32 #d5fc32 #fc5932

Monochromatic Colors of #fcbe32

#fcbe32

Complementary Color

#fcbe32 #3270fc

#fcbe32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbe32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbe32 Color CSS Codes

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

#fcbe32 Text Font Color

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

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


#fcbe32 Background Color

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

This div background color is #fcbe32


#fcbe32 Border Color

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

This div border color is #fcbe32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbe32

#fcbe32 Color Palettes


Comments

No comments written yet.

Please login to write comment.