Color Hex Logo

#fbcc68 Color Hex

#FBCC68
(251,204,104)
0 Favorites   0 Comments

Color spaces of #fbcc68

RGB 251204104
HSL0.110.950.70
HSV41°59°98°
CMYK 0.000.190.59   0.02
XYZ63.875264.694422.2174
Yxy64.69440.42360.4290
Hunter Lab80.43280.997139.9257
CIE-Lab84.32605.520555.2313

#fbcc68 color RGB value is (251,204,104).

#fbcc68 hex color red value is 251, green value is 204 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #fbcc68 hue: 0.11 , saturation: 0.95 and the lightness value of fbcc68 is 0.70.

The process color (four color CMYK) of #fbcc68 color hex is 0.00, 0.19, 0.59, 0.02. Web safe color of #fbcc68 is #ffcc66. Color #fbcc68 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001100 01101000
Octal 373 314 150
Decimal 251 204 104
Hex FB CC 68

RGB Percentages of Color #fbcc68

%44.90
%36.49
%18.60

CMYK Percentages of Color #fbcc68

%0
%19
%59
%2

Triadic Colors of #fbcc68

#fbcc68 #68fbcc #cc68fb

Analogous Colors of #fbcc68

#fbcc68 #e1fb68 #fb8368

Monochromatic Colors of #fbcc68

#fbcc68

Complementary Color

#fbcc68 #6897fb

#fbcc68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcc68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcc68 Color CSS Codes

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

#fbcc68 Text Font Color

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

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


#fbcc68 Background Color

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

This div background color is #fbcc68


#fbcc68 Border Color

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

This div border color is #fbcc68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcc68


Comments

No comments written yet.

Please login to write comment.