Color Hex Logo

#fbd373 Color Hex

#FBD373
(251,211,115)
0 Favorites   0 Comments

Color spaces of #fbd373

RGB 251211115
HSL0.120.940.72
HSV42°54°98°
CMYK 0.000.160.54   0.02
XYZ66.172468.335625.9221
Yxy68.33560.41250.4260
Hunter Lab82.6653-1.777739.2737
CIE-Lab86.17402.743652.2063

#fbd373 color RGB value is (251,211,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010011 01110011
Octal 373 323 163
Decimal 251 211 115
Hex FB D3 73

RGB Percentages of Color #fbd373

%43.50
%36.57
%19.93

CMYK Percentages of Color #fbd373

%0
%16
%54
%2

Triadic Colors of #fbd373

#fbd373 #73fbd3 #d373fb

Analogous Colors of #fbd373

#fbd373 #dffb73 #fb8f73

Monochromatic Colors of #fbd373

#fbd373

Complementary Color

#fbd373 #739bfb

#fbd373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd373 Color CSS Codes

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

#fbd373 Text Font Color

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

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


#fbd373 Background Color

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

This div background color is #fbd373


#fbd373 Border Color

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

This div border color is #fbd373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd373


Comments

No comments written yet.

Please login to write comment.