Color Hex Logo

#fbd773 Color Hex

#FBD773
(251,215,115)
1 Favorites   0 Comments

Color spaces of #fbd773

RGB 251215115
HSL0.120.940.72
HSV44°54°98°
CMYK 0.000.140.54   0.02
XYZ67.178670.347926.2575
Yxy70.34790.41020.4295
Hunter Lab83.8737-3.809340.1502
CIE-Lab87.16720.697353.3864

#fbd773 color RGB value is (251,215,115).

#fbd773 hex color red value is 251, green value is 215 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #fbd773 hue: 0.12 , saturation: 0.94 and the lightness value of fbd773 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010111 01110011
Octal 373 327 163
Decimal 251 215 115
Hex FB D7 73

RGB Percentages of Color #fbd773

%43.20
%37.01
%19.79

CMYK Percentages of Color #fbd773

%0
%14
%54
%2

Triadic Colors of #fbd773

#fbd773 #73fbd7 #d773fb

Analogous Colors of #fbd773

#fbd773 #dbfb73 #fb9373

Monochromatic Colors of #fbd773

#fbd773

Complementary Color

#fbd773 #7397fb

#fbd773 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd773 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd773 Color CSS Codes

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

#fbd773 Text Font Color

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

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


#fbd773 Background Color

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

This div background color is #fbd773


#fbd773 Border Color

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

This div border color is #fbd773


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd773


Comments

No comments written yet.

Please login to write comment.