Color Hex Logo

#fcbc22 Color Hex

#FCBC22
(252,188,34)
2 Favorites   0 Comments

Color spaces of #fcbc22

RGB 25218834
HSL0.120.970.56
HSV42°87°99°
CMYK 0.000.250.87   0.01
XYZ58.416856.77749.3936
Yxy56.77740.46890.4557
Hunter Lab75.35086.520945.3542
CIE-Lab80.054211.084977.2375

#fcbc22 color RGB value is (252,188,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111100 00100010
Octal 374 274 42
Decimal 252 188 34
Hex FC BC 22

RGB Percentages of Color #fcbc22

%53.16
%39.66
%7.17

CMYK Percentages of Color #fcbc22

%0
%25
%87
%1

Triadic Colors of #fcbc22

#fcbc22 #22fcbc #bc22fc

Analogous Colors of #fcbc22

#fcbc22 #cffc22 #fc4f22

Monochromatic Colors of #fcbc22

#fcbc22

Complementary Color

#fcbc22 #2262fc

#fcbc22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbc22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbc22 Color CSS Codes

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

#fcbc22 Text Font Color

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

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


#fcbc22 Background Color

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

This div background color is #fcbc22


#fcbc22 Border Color

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

This div border color is #fcbc22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbc22

Related Colors


Comments

No comments written yet.

Please login to write comment.