Color Hex Logo

#fbd28d Color Hex

#FBD28D
(251,210,141)
0 Favorites   0 Comments

Color spaces of #fbd28d

RGB 251210141
HSL0.100.930.77
HSV38°44°98°
CMYK 0.000.160.44   0.02
XYZ67.638068.525534.8611
Yxy68.52550.39550.4007
Hunter Lab82.78010.983632.9774
CIE-Lab86.26855.583839.5027

#fbd28d color RGB value is (251,210,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010010 10001101
Octal 373 322 215
Decimal 251 210 141
Hex FB D2 8D

RGB Percentages of Color #fbd28d

%41.69
%34.88
%23.42

CMYK Percentages of Color #fbd28d

%0
%16
%44
%2

Triadic Colors of #fbd28d

#fbd28d #8dfbd2 #d28dfb

Analogous Colors of #fbd28d

#fbd28d #edfb8d #fb9b8d

Monochromatic Colors of #fbd28d

#fbd28d

Complementary Color

#fbd28d #8db6fb

#fbd28d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd28d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd28d Color CSS Codes

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

#fbd28d Text Font Color

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

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


#fbd28d Background Color

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

This div background color is #fbd28d


#fbd28d Border Color

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

This div border color is #fbd28d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,210,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 #fbd28d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd28d

Related Colors


Comments

No comments written yet.

Please login to write comment.