Color Hex Logo

#fbd58b Color Hex

#FBD58B
(251,213,139)
0 Favorites   0 Comments

Color spaces of #fbd58b

RGB 251213139
HSL0.110.930.76
HSV40°45°98°
CMYK 0.000.150.45   0.02
XYZ68.238169.961834.3335
Yxy69.96180.39550.4055
Hunter Lab83.6432-0.751034.2131
CIE-Lab86.97813.841641.4199

#fbd58b color RGB value is (251,213,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010101 10001011
Octal 373 325 213
Decimal 251 213 139
Hex FB D5 8B

RGB Percentages of Color #fbd58b

%41.63
%35.32
%23.05

CMYK Percentages of Color #fbd58b

%0
%15
%45
%2

Triadic Colors of #fbd58b

#fbd58b #8bfbd5 #d58bfb

Analogous Colors of #fbd58b

#fbd58b #e9fb8b #fb9d8b

Monochromatic Colors of #fbd58b

#fbd58b

Complementary Color

#fbd58b #8bb1fb

#fbd58b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd58b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd58b Color CSS Codes

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

#fbd58b Text Font Color

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

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


#fbd58b Background Color

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

This div background color is #fbd58b


#fbd58b Border Color

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

This div border color is #fbd58b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd58b


Comments

No comments written yet.

Please login to write comment.