Color Hex Logo

#fcbd1c Color Hex

#FCBD1C
(252,189,28)
0 Favorites   0 Comments

Color spaces of #fcbd1c

RGB 25218928
HSL0.120.970.55
HSV43°89°99°
CMYK 0.000.250.89   0.01
XYZ58.552157.17459.0484
Yxy57.17450.46930.4582
Hunter Lab75.61385.898645.8347
CIE-Lab80.277610.449978.7188

#fcbd1c color RGB value is (252,189,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111101 00011100
Octal 374 275 34
Decimal 252 189 28
Hex FC BD 1C

RGB Percentages of Color #fcbd1c

%53.73
%40.30
%5.97

CMYK Percentages of Color #fcbd1c

%0
%25
%89
%1

Triadic Colors of #fcbd1c

#fcbd1c #1cfcbd #bd1cfc

Analogous Colors of #fcbd1c

#fcbd1c #cbfc1c #fc4d1c

Monochromatic Colors of #fcbd1c

#fcbd1c

Complementary Color

#fcbd1c #1c5bfc

#fcbd1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbd1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbd1c Color CSS Codes

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

#fcbd1c Text Font Color

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

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


#fcbd1c Background Color

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

This div background color is #fcbd1c


#fcbd1c Border Color

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

This div border color is #fcbd1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbd1c


Comments

No comments written yet.

Please login to write comment.