Color Hex Logo

#fbd34c Color Hex

#FBD34C
(251,211,76)
0 Favorites   0 Comments

Color spaces of #fbd34c

RGB 25121176
HSL0.130.960.64
HSV46°70°98°
CMYK 0.000.160.70   0.02
XYZ64.382467.619616.4960
Yxy67.61960.43360.4554
Hunter Lab82.2311-4.148945.6679
CIE-Lab85.81590.254868.9252

#fbd34c color RGB value is (251,211,76).

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

The process color (four color CMYK) of #fbd34c color hex is 0.00, 0.16, 0.70, 0.02. Web safe color of #fbd34c is #ffcc33. Color #fbd34c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010011 01001100
Octal 373 323 114
Decimal 251 211 76
Hex FB D3 4C

RGB Percentages of Color #fbd34c

%46.65
%39.22
%14.13

CMYK Percentages of Color #fbd34c

%0
%16
%70
%2

Triadic Colors of #fbd34c

#fbd34c #4cfbd3 #d34cfb

Analogous Colors of #fbd34c

#fbd34c #ccfb4c #fb7c4c

Monochromatic Colors of #fbd34c

#fbd34c

Complementary Color

#fbd34c #4c74fb

#fbd34c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd34c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd34c Color CSS Codes

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

#fbd34c Text Font Color

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

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


#fbd34c Background Color

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

This div background color is #fbd34c


#fbd34c Border Color

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

This div border color is #fbd34c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd34c

Related Colors


Comments

No comments written yet.

Please login to write comment.