Color Hex Logo

#fbd58d Color Hex

#FBD58D
(251,213,141)
0 Favorites   0 Comments

Color spaces of #fbd58d

RGB 251213141
HSL0.110.930.77
HSV39°44°98°
CMYK 0.000.150.44   0.02
XYZ68.385670.020835.1104
Yxy70.02080.39410.4035
Hunter Lab83.6784-0.559433.6976
CIE-Lab87.00714.039240.4507

#fbd58d color RGB value is (251,213,141).

#fbd58d hex color red value is 251, green value is 213 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #fbd58d hue: 0.11 , saturation: 0.93 and the lightness value of fbd58d is 0.77.

The process color (four color CMYK) of #fbd58d color hex is 0.00, 0.15, 0.44, 0.02. Web safe color of #fbd58d is #ffcc99. Color #fbd58d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010101 10001101
Octal 373 325 215
Decimal 251 213 141
Hex FB D5 8D

RGB Percentages of Color #fbd58d

%41.49
%35.21
%23.31

CMYK Percentages of Color #fbd58d

%0
%15
%44
%2

Triadic Colors of #fbd58d

#fbd58d #8dfbd5 #d58dfb

Analogous Colors of #fbd58d

#fbd58d #eafb8d #fb9e8d

Monochromatic Colors of #fbd58d

#fbd58d

Complementary Color

#fbd58d #8db3fb

#fbd58d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd58d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd58d Color CSS Codes

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

#fbd58d Text Font Color

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

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


#fbd58d Background Color

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

This div background color is #fbd58d


#fbd58d Border Color

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

This div border color is #fbd58d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd58d


Comments

No comments written yet.

Please login to write comment.