Color Hex Logo

#fbd873 Color Hex

#FBD873
(251,216,115)
0 Favorites   0 Comments

Color spaces of #fbd873

RGB 251216115
HSL0.120.940.72
HSV45°54°98°
CMYK 0.000.140.54   0.02
XYZ67.434070.858826.3426
Yxy70.85880.40960.4304
Hunter Lab84.1777-4.316140.3701
CIE-Lab87.41640.187153.6817

#fbd873 color RGB value is (251,216,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011000 01110011
Octal 373 330 163
Decimal 251 216 115
Hex FB D8 73

RGB Percentages of Color #fbd873

%43.13
%37.11
%19.76

CMYK Percentages of Color #fbd873

%0
%14
%54
%2

Triadic Colors of #fbd873

#fbd873 #73fbd8 #d873fb

Analogous Colors of #fbd873

#fbd873 #dafb73 #fb9473

Monochromatic Colors of #fbd873

#fbd873

Complementary Color

#fbd873 #7396fb

#fbd873 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd873 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd873 Color CSS Codes

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

#fbd873 Text Font Color

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

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


#fbd873 Background Color

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

This div background color is #fbd873


#fbd873 Border Color

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

This div border color is #fbd873


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd873


Comments

No comments written yet.

Please login to write comment.