Color Hex Logo

#fbd588 Color Hex

#FBD588
(251,213,136)
0 Favorites   0 Comments

Color spaces of #fbd588

RGB 251213136
HSL0.110.930.76
HSV40°46°98°
CMYK 0.000.150.46   0.02
XYZ68.021869.875333.1947
Yxy69.87530.39760.4084
Hunter Lab83.5914-1.032234.9696
CIE-Lab86.93573.551042.8687

#fbd588 color RGB value is (251,213,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010101 10001000
Octal 373 325 210
Decimal 251 213 136
Hex FB D5 88

RGB Percentages of Color #fbd588

%41.83
%35.50
%22.67

CMYK Percentages of Color #fbd588

%0
%15
%46
%2

Triadic Colors of #fbd588

#fbd588 #88fbd5 #d588fb

Analogous Colors of #fbd588

#fbd588 #e8fb88 #fb9c88

Monochromatic Colors of #fbd588

#fbd588

Complementary Color

#fbd588 #88aefb

#fbd588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd588 Color CSS Codes

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

#fbd588 Text Font Color

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

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


#fbd588 Background Color

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

This div background color is #fbd588


#fbd588 Border Color

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

This div border color is #fbd588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd588


Comments

No comments written yet.

Please login to write comment.