Color Hex Logo

#fbcb60 Color Hex

#FBCB60
(251,203,96)
0 Favorites   0 Comments

Color spaces of #fbcb60

RGB 25120396
HSL0.120.950.68
HSV41°62°98°
CMYK 0.000.190.62   0.02
XYZ63.250964.065620.0986
Yxy64.06560.42910.4346
Hunter Lab80.04100.984641.1407
CIE-Lab83.99995.494658.5377

#fbcb60 color RGB value is (251,203,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001011 01100000
Octal 373 313 140
Decimal 251 203 96
Hex FB CB 60

RGB Percentages of Color #fbcb60

%45.64
%36.91
%17.45

CMYK Percentages of Color #fbcb60

%0
%19
%62
%2

Triadic Colors of #fbcb60

#fbcb60 #60fbcb #cb60fb

Analogous Colors of #fbcb60

#fbcb60 #defb60 #fb7e60

Monochromatic Colors of #fbcb60

#fbcb60

Complementary Color

#fbcb60 #6090fb

#fbcb60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcb60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcb60 Color CSS Codes

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

#fbcb60 Text Font Color

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

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


#fbcb60 Background Color

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

This div background color is #fbcb60


#fbcb60 Border Color

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

This div border color is #fbcb60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcb60


Comments

No comments written yet.

Please login to write comment.