Color Hex Logo

#fbd172 Color Hex

#FBD172
(251,209,114)
0 Favorites   0 Comments

Color spaces of #fbd172

RGB 251209114
HSL0.120.940.72
HSV42°55°98°
CMYK 0.000.170.55   0.02
XYZ65.621467.325125.4560
Yxy67.32510.41430.4250
Hunter Lab82.0519-0.834539.0420
CIE-Lab85.66793.691852.0811

#fbd172 color RGB value is (251,209,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010001 01110010
Octal 373 321 162
Decimal 251 209 114
Hex FB D1 72

RGB Percentages of Color #fbd172

%43.73
%36.41
%19.86

CMYK Percentages of Color #fbd172

%0
%17
%55
%2

Triadic Colors of #fbd172

#fbd172 #72fbd1 #d172fb

Analogous Colors of #fbd172

#fbd172 #e1fb72 #fb8d72

Monochromatic Colors of #fbd172

#fbd172

Complementary Color

#fbd172 #729cfb

#fbd172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd172 Color CSS Codes

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

#fbd172 Text Font Color

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

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


#fbd172 Background Color

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

This div background color is #fbd172


#fbd172 Border Color

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

This div border color is #fbd172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd172


Comments

No comments written yet.

Please login to write comment.