Color Hex Logo

#fcbc68 Color Hex

#FCBC68
(252,188,104)
0 Favorites   0 Comments

Color spaces of #fcbc68

RGB 252188104
HSL0.090.960.70
HSV34°59°99°
CMYK 0.000.250.59   0.01
XYZ60.626857.661421.0311
Yxy57.66140.43520.4139
Hunter Lab75.93519.628536.7335
CIE-Lab80.550214.241950.8553

#fcbc68 color RGB value is (252,188,104).

#fcbc68 hex color red value is 252, green value is 188 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #fcbc68 hue: 0.09 , saturation: 0.96 and the lightness value of fcbc68 is 0.70.

The process color (four color CMYK) of #fcbc68 color hex is 0.00, 0.25, 0.59, 0.01. Web safe color of #fcbc68 is #ffcc66. Color #fcbc68 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111100 01101000
Octal 374 274 150
Decimal 252 188 104
Hex FC BC 68

RGB Percentages of Color #fcbc68

%46.32
%34.56
%19.12

CMYK Percentages of Color #fcbc68

%0
%25
%59
%1

Triadic Colors of #fcbc68

#fcbc68 #68fcbc #bc68fc

Analogous Colors of #fcbc68

#fcbc68 #f2fc68 #fc7268

Monochromatic Colors of #fcbc68

#fcbc68

Complementary Color

#fcbc68 #68a8fc

#fcbc68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbc68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbc68 Color CSS Codes

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

#fcbc68 Text Font Color

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

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


#fcbc68 Background Color

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

This div background color is #fcbc68


#fcbc68 Border Color

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

This div border color is #fcbc68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbc68


Comments

No comments written yet.

Please login to write comment.