Color Hex Logo

#fbd85d Color Hex

#FBD85D
(251,216,93)
0 Favorites   0 Comments

Color spaces of #fbd85d

RGB 25121693
HSL0.130.950.67
HSV47°63°98°
CMYK 0.000.140.63   0.02
XYZ66.315370.411320.4515
Yxy70.41130.42190.4480
Hunter Lab83.9114-5.776344.2874
CIE-Lab87.1982-1.352363.3894

#fbd85d color RGB value is (251,216,93).

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

The process color (four color CMYK) of #fbd85d color hex is 0.00, 0.14, 0.63, 0.02. Web safe color of #fbd85d is #ffcc66. Color #fbd85d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011000 01011101
Octal 373 330 135
Decimal 251 216 93
Hex FB D8 5D

RGB Percentages of Color #fbd85d

%44.82
%38.57
%16.61

CMYK Percentages of Color #fbd85d

%0
%14
%63
%2

Triadic Colors of #fbd85d

#fbd85d #5dfbd8 #d85dfb

Analogous Colors of #fbd85d

#fbd85d #cffb5d #fb895d

Monochromatic Colors of #fbd85d

#fbd85d

Complementary Color

#fbd85d #5d80fb

#fbd85d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd85d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd85d Color CSS Codes

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

#fbd85d Text Font Color

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

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


#fbd85d Background Color

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

This div background color is #fbd85d


#fbd85d Border Color

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

This div border color is #fbd85d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd85d


Comments

No comments written yet.

Please login to write comment.