Color Hex Logo

#fbcb66 Color Hex

#FBCB66
(251,203,102)
0 Favorites   0 Comments

Color spaces of #fbcb66

RGB 251203102
HSL0.110.950.69
HSV41°59°98°
CMYK 0.000.190.59   0.02
XYZ63.537964.180421.6096
Yxy64.18040.42550.4298
Hunter Lab80.11271.372440.0860
CIE-Lab84.05965.896555.8556

#fbcb66 color RGB value is (251,203,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001011 01100110
Octal 373 313 146
Decimal 251 203 102
Hex FB CB 66

RGB Percentages of Color #fbcb66

%45.14
%36.51
%18.35

CMYK Percentages of Color #fbcb66

%0
%19
%59
%2

Triadic Colors of #fbcb66

#fbcb66 #66fbcb #cb66fb

Analogous Colors of #fbcb66

#fbcb66 #e1fb66 #fb8166

Monochromatic Colors of #fbcb66

#fbcb66

Complementary Color

#fbcb66 #6696fb

#fbcb66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcb66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcb66 Color CSS Codes

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

#fbcb66 Text Font Color

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

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


#fbcb66 Background Color

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

This div background color is #fbcb66


#fbcb66 Border Color

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

This div border color is #fbcb66


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,203,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcb66

Related Colors


Comments

No comments written yet.

Please login to write comment.