Color Hex Logo

#fbd874 Color Hex

#FBD874
(251,216,116)
0 Favorites   0 Comments

Color spaces of #fbd874

RGB 251216116
HSL0.120.940.72
HSV44°54°98°
CMYK 0.000.140.54   0.02
XYZ67.491970.881926.6474
Yxy70.88190.40900.4295
Hunter Lab84.1914-4.240740.1681
CIE-Lab87.42760.266353.2222

#fbd874 color RGB value is (251,216,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011000 01110100
Octal 373 330 164
Decimal 251 216 116
Hex FB D8 74

RGB Percentages of Color #fbd874

%43.05
%37.05
%19.90

CMYK Percentages of Color #fbd874

%0
%14
%54
%2

Triadic Colors of #fbd874

#fbd874 #74fbd8 #d874fb

Analogous Colors of #fbd874

#fbd874 #dbfb74 #fb9574

Monochromatic Colors of #fbd874

#fbd874

Complementary Color

#fbd874 #7497fb

#fbd874 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd874 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd874 Color CSS Codes

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

#fbd874 Text Font Color

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

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


#fbd874 Background Color

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

This div background color is #fbd874


#fbd874 Border Color

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

This div border color is #fbd874


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd874


Comments

No comments written yet.

Please login to write comment.