Color Hex Logo

#fbd763 Color Hex

#FBD763
(251,215,99)
0 Favorites   0 Comments

Color spaces of #fbd763

RGB 25121599
HSL0.130.950.69
HSV46°61°98°
CMYK 0.000.140.61   0.02
XYZ66.336270.011021.8216
Yxy70.01100.41940.4426
Hunter Lab83.6726-4.911043.1081
CIE-Lab87.0023-0.461260.5489

#fbd763 color RGB value is (251,215,99).

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

The process color (four color CMYK) of #fbd763 color hex is 0.00, 0.14, 0.61, 0.02. Web safe color of #fbd763 is #ffcc66. Color #fbd763 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010111 01100011
Octal 373 327 143
Decimal 251 215 99
Hex FB D7 63

RGB Percentages of Color #fbd763

%44.42
%38.05
%17.52

CMYK Percentages of Color #fbd763

%0
%14
%61
%2

Triadic Colors of #fbd763

#fbd763 #63fbd7 #d763fb

Analogous Colors of #fbd763

#fbd763 #d3fb63 #fb8b63

Monochromatic Colors of #fbd763

#fbd763

Complementary Color

#fbd763 #6387fb

#fbd763 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd763 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd763 Color CSS Codes

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

#fbd763 Text Font Color

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

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


#fbd763 Background Color

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

This div background color is #fbd763


#fbd763 Border Color

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

This div border color is #fbd763


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd763


Comments

No comments written yet.

Please login to write comment.