Color Hex Logo

#fcbc11 Color Hex

#FCBC11
(252,188,17)
0 Favorites   0 Comments

Color spaces of #fcbc11

RGB 25218817
HSL0.120.980.53
HSV44°93°99°
CMYK 0.000.250.93   0.01
XYZ58.229356.70248.4059
Yxy56.70240.47210.4597
Hunter Lab75.30106.255046.0921
CIE-Lab80.011910.812080.3773

#fcbc11 color RGB value is (252,188,17).

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

The process color (four color CMYK) of #fcbc11 color hex is 0.00, 0.25, 0.93, 0.01. Web safe color of #fcbc11 is #ffcc00. Color #fcbc11 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111100 00010001
Octal 374 274 21
Decimal 252 188 17
Hex FC BC 11

RGB Percentages of Color #fcbc11

%55.14
%41.14
%3.72

CMYK Percentages of Color #fcbc11

%0
%25
%93
%1

Triadic Colors of #fcbc11

#fcbc11 #11fcbc #bc11fc

Analogous Colors of #fcbc11

#fcbc11 #c7fc11 #fc4711

Monochromatic Colors of #fcbc11

#fcbc11

Complementary Color

#fcbc11 #1151fc

#fcbc11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbc11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbc11 Color CSS Codes

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

#fcbc11 Text Font Color

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

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


#fcbc11 Background Color

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

This div background color is #fcbc11


#fcbc11 Border Color

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

This div border color is #fcbc11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbc11


Comments

No comments written yet.

Please login to write comment.