Color Hex Logo

#fbd872 Color Hex

#FBD872
(251,216,114)
0 Favorites   0 Comments

Color spaces of #fbd872

RGB 251216114
HSL0.120.940.72
HSV45°55°98°
CMYK 0.000.140.55   0.02
XYZ67.376870.835926.0411
Yxy70.83590.41020.4313
Hunter Lab84.1641-4.390540.5700
CIE-Lab87.40520.109054.1397

#fbd872 color RGB value is (251,216,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011000 01110010
Octal 373 330 162
Decimal 251 216 114
Hex FB D8 72

RGB Percentages of Color #fbd872

%43.20
%37.18
%19.62

CMYK Percentages of Color #fbd872

%0
%14
%55
%2

Triadic Colors of #fbd872

#fbd872 #72fbd8 #d872fb

Analogous Colors of #fbd872

#fbd872 #dafb72 #fb9472

Monochromatic Colors of #fbd872

#fbd872

Complementary Color

#fbd872 #7295fb

#fbd872 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd872 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd872 Color CSS Codes

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

#fbd872 Text Font Color

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

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


#fbd872 Background Color

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

This div background color is #fbd872


#fbd872 Border Color

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

This div border color is #fbd872


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd872

#fbd872 Color Palettes


Comments

No comments written yet.

Please login to write comment.