Color Hex Logo

#fbd572 Color Hex

#FBD572
(251,213,114)
0 Favorites   0 Comments

Color spaces of #fbd572

RGB 251213114
HSL0.120.940.72
HSV43°55°98°
CMYK 0.000.150.55   0.02
XYZ66.615269.312625.7873
Yxy69.31260.41190.4286
Hunter Lab83.2542-2.869439.9133
CIE-Lab86.65861.641053.2571

#fbd572 color RGB value is (251,213,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010101 01110010
Octal 373 325 162
Decimal 251 213 114
Hex FB D5 72

RGB Percentages of Color #fbd572

%43.43
%36.85
%19.72

CMYK Percentages of Color #fbd572

%0
%15
%55
%2

Triadic Colors of #fbd572

#fbd572 #72fbd5 #d572fb

Analogous Colors of #fbd572

#fbd572 #ddfb72 #fb9172

Monochromatic Colors of #fbd572

#fbd572

Complementary Color

#fbd572 #7298fb

#fbd572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd572 Color CSS Codes

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

#fbd572 Text Font Color

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

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


#fbd572 Background Color

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

This div background color is #fbd572


#fbd572 Border Color

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

This div border color is #fbd572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd572


Comments

No comments written yet.

Please login to write comment.