Color Hex Logo

#fcbd21 Color Hex

#FCBD21
(252,189,33)
0 Favorites   0 Comments

Color spaces of #fcbd21

RGB 25218933
HSL0.120.970.56
HSV43°87°99°
CMYK 0.000.250.87   0.01
XYZ58.617057.20049.3902
Yxy57.20040.46820.4568
Hunter Lab75.63095.990545.5803
CIE-Lab80.292210.544377.6584

#fcbd21 color RGB value is (252,189,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111101 00100001
Octal 374 275 41
Decimal 252 189 33
Hex FC BD 21

RGB Percentages of Color #fcbd21

%53.16
%39.87
%6.96

CMYK Percentages of Color #fcbd21

%0
%25
%87
%1

Triadic Colors of #fcbd21

#fcbd21 #21fcbd #bd21fc

Analogous Colors of #fcbd21

#fcbd21 #cefc21 #fc5021

Monochromatic Colors of #fcbd21

#fcbd21

Complementary Color

#fcbd21 #2160fc

#fcbd21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbd21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbd21 Color CSS Codes

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

#fcbd21 Text Font Color

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

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


#fcbd21 Background Color

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

This div background color is #fcbd21


#fcbd21 Border Color

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

This div border color is #fcbd21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbd21


Comments

No comments written yet.

Please login to write comment.