Color Hex Logo

#fbd571 Color Hex

#FBD571
(251,213,113)
0 Favorites   0 Comments

Color spaces of #fbd571

RGB 251213113
HSL0.120.950.71
HSV43°55°98°
CMYK 0.000.150.55   0.02
XYZ66.558569.290025.4891
Yxy69.29000.41250.4295
Hunter Lab83.2406-2.944040.1132
CIE-Lab86.64751.563053.7167

#fbd571 color RGB value is (251,213,113).

#fbd571 hex color red value is 251, green value is 213 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #fbd571 hue: 0.12 , saturation: 0.95 and the lightness value of fbd571 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010101 01110001
Octal 373 325 161
Decimal 251 213 113
Hex FB D5 71

RGB Percentages of Color #fbd571

%43.50
%36.92
%19.58

CMYK Percentages of Color #fbd571

%0
%15
%55
%2

Triadic Colors of #fbd571

#fbd571 #71fbd5 #d571fb

Analogous Colors of #fbd571

#fbd571 #dcfb71 #fb9071

Monochromatic Colors of #fbd571

#fbd571

Complementary Color

#fbd571 #7197fb

#fbd571 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd571 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd571 Color CSS Codes

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

#fbd571 Text Font Color

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

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


#fbd571 Background Color

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

This div background color is #fbd571


#fbd571 Border Color

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

This div border color is #fbd571


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd571

Related Colors


Comments

No comments written yet.

Please login to write comment.