Color Hex Logo

#fcbb20 Color Hex

#FCBB20
(252,187,32)
0 Favorites   0 Comments

Color spaces of #fcbb20

RGB 25218732
HSL0.120.970.56
HSV42°87°99°
CMYK 0.000.260.87   0.01
XYZ58.175956.34049.1751
Yxy56.34040.47030.4555
Hunter Lab75.06026.992145.2948
CIE-Lab79.807211.564777.5021

#fcbb20 color RGB value is (252,187,32).

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

The process color (four color CMYK) of #fcbb20 color hex is 0.00, 0.26, 0.87, 0.01. Web safe color of #fcbb20 is #ffcc33. Color #fcbb20 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111011 00100000
Octal 374 273 40
Decimal 252 187 32
Hex FC BB 20

RGB Percentages of Color #fcbb20

%53.50
%39.70
%6.79

CMYK Percentages of Color #fcbb20

%0
%26
%87
%1

Triadic Colors of #fcbb20

#fcbb20 #20fcbb #bb20fc

Analogous Colors of #fcbb20

#fcbb20 #cffc20 #fc4d20

Monochromatic Colors of #fcbb20

#fcbb20

Complementary Color

#fcbb20 #2061fc

#fcbb20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbb20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbb20 Color CSS Codes

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

#fcbb20 Text Font Color

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

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


#fcbb20 Background Color

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

This div background color is #fcbb20


#fcbb20 Border Color

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

This div border color is #fcbb20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbb20


Comments

No comments written yet.

Please login to write comment.