Color Hex Logo

#fbd943 Color Hex

#FBD943
(251,217,67)
0 Favorites   0 Comments

Color spaces of #fbd943

RGB 25121767
HSL0.140.960.62
HSV49°73°98°
CMYK 0.000.140.73   0.02
XYZ65.609670.540215.4678
Yxy70.54020.43270.4653
Hunter Lab83.9882-7.539447.8725
CIE-Lab87.2611-3.202373.6799

#fbd943 color RGB value is (251,217,67).

#fbd943 hex color red value is 251, green value is 217 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #fbd943 hue: 0.14 , saturation: 0.96 and the lightness value of fbd943 is 0.62.

The process color (four color CMYK) of #fbd943 color hex is 0.00, 0.14, 0.73, 0.02. Web safe color of #fbd943 is #ffcc33. Color #fbd943 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011001 01000011
Octal 373 331 103
Decimal 251 217 67
Hex FB D9 43

RGB Percentages of Color #fbd943

%46.92
%40.56
%12.52

CMYK Percentages of Color #fbd943

%0
%14
%73
%2

Triadic Colors of #fbd943

#fbd943 #43fbd9 #d943fb

Analogous Colors of #fbd943

#fbd943 #c1fb43 #fb7d43

Monochromatic Colors of #fbd943

#fbd943

Complementary Color

#fbd943 #4365fb

#fbd943 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd943 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd943 Color CSS Codes

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

#fbd943 Text Font Color

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

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


#fbd943 Background Color

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

This div background color is #fbd943


#fbd943 Border Color

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

This div border color is #fbd943


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd943

Related Colors


Comments

No comments written yet.

Please login to write comment.