Color Hex Logo

#fcbd20 Color Hex

#FCBD20
(252,189,32)
0 Favorites   0 Comments

Color spaces of #fcbd20

RGB 25218932
HSL0.120.970.56
HSV43°87°99°
CMYK 0.000.250.87   0.01
XYZ58.603257.19499.3175
Yxy57.19490.46840.4571
Hunter Lab75.62735.970945.6344
CIE-Lab80.289110.524377.8818

#fcbd20 color RGB value is (252,189,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111101 00100000
Octal 374 275 40
Decimal 252 189 32
Hex FC BD 20

RGB Percentages of Color #fcbd20

%53.28
%39.96
%6.77

CMYK Percentages of Color #fcbd20

%0
%25
%87
%1

Triadic Colors of #fcbd20

#fcbd20 #20fcbd #bd20fc

Analogous Colors of #fcbd20

#fcbd20 #cdfc20 #fc4f20

Monochromatic Colors of #fcbd20

#fcbd20

Complementary Color

#fcbd20 #205ffc

#fcbd20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbd20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbd20 Color CSS Codes

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

#fcbd20 Text Font Color

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

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


#fcbd20 Background Color

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

This div background color is #fcbd20


#fcbd20 Border Color

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

This div border color is #fcbd20


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,189,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 #fcbd20">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbd20

#fcbd20 Color Palettes


Comments

No comments written yet.

Please login to write comment.