Color Hex Logo

#fcbd22 Color Hex

#FCBD22
(252,189,34)
0 Favorites   0 Comments

Color spaces of #fcbd22

RGB 25218934
HSL0.120.970.56
HSV43°87°99°
CMYK 0.000.250.87   0.01
XYZ58.631257.20619.4651
Yxy57.20610.46790.4565
Hunter Lab75.63476.010545.5246
CIE-Lab80.295410.564977.4296

#fcbd22 color RGB value is (252,189,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111101 00100010
Octal 374 275 42
Decimal 252 189 34
Hex FC BD 22

RGB Percentages of Color #fcbd22

%53.05
%39.79
%7.16

CMYK Percentages of Color #fcbd22

%0
%25
%87
%1

Triadic Colors of #fcbd22

#fcbd22 #22fcbd #bd22fc

Analogous Colors of #fcbd22

#fcbd22 #cefc22 #fc5022

Monochromatic Colors of #fcbd22

#fcbd22

Complementary Color

#fcbd22 #2261fc

#fcbd22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbd22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbd22 Color CSS Codes

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

#fcbd22 Text Font Color

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

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


#fcbd22 Background Color

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

This div background color is #fcbd22


#fcbd22 Border Color

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

This div border color is #fcbd22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbd22


Comments

No comments written yet.

Please login to write comment.