Color Hex Logo

#fbd354 Color Hex

#FBD354
(251,211,84)
0 Favorites   0 Comments

Color spaces of #fbd354

RGB 25121184
HSL0.130.950.66
HSV46°67°98°
CMYK 0.000.160.67   0.02
XYZ64.678267.737918.0533
Yxy67.73790.42980.4502
Hunter Lab82.3030-3.755344.6068
CIE-Lab85.87520.670565.7728

#fbd354 color RGB value is (251,211,84).

#fbd354 hex color red value is 251, green value is 211 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #fbd354 hue: 0.13 , saturation: 0.95 and the lightness value of fbd354 is 0.66.

The process color (four color CMYK) of #fbd354 color hex is 0.00, 0.16, 0.67, 0.02. Web safe color of #fbd354 is #ffcc66. Color #fbd354 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010011 01010100
Octal 373 323 124
Decimal 251 211 84
Hex FB D3 54

RGB Percentages of Color #fbd354

%45.97
%38.64
%15.38

CMYK Percentages of Color #fbd354

%0
%16
%67
%2

Triadic Colors of #fbd354

#fbd354 #54fbd3 #d354fb

Analogous Colors of #fbd354

#fbd354 #d0fb54 #fb8054

Monochromatic Colors of #fbd354

#fbd354

Complementary Color

#fbd354 #547cfb

#fbd354 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd354 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd354 Color CSS Codes

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

#fbd354 Text Font Color

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

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


#fbd354 Background Color

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

This div background color is #fbd354


#fbd354 Border Color

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

This div border color is #fbd354


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd354

Related Colors


Comments

No comments written yet.

Please login to write comment.