Color Hex Logo

#fbd08d Color Hex

#FBD08D
(251,208,141)
0 Favorites   0 Comments

Color spaces of #fbd08d

RGB 251208141
HSL0.100.930.77
HSV37°44°98°
CMYK 0.000.170.44   0.02
XYZ67.147367.544134.6976
Yxy67.54410.39640.3988
Hunter Lab82.18522.014732.4981
CIE-Lab85.77806.616238.8712

#fbd08d color RGB value is (251,208,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010000 10001101
Octal 373 320 215
Decimal 251 208 141
Hex FB D0 8D

RGB Percentages of Color #fbd08d

%41.83
%34.67
%23.50

CMYK Percentages of Color #fbd08d

%0
%17
%44
%2

Triadic Colors of #fbd08d

#fbd08d #8dfbd0 #d08dfb

Analogous Colors of #fbd08d

#fbd08d #effb8d #fb998d

Monochromatic Colors of #fbd08d

#fbd08d

Complementary Color

#fbd08d #8db8fb

#fbd08d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd08d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd08d Color CSS Codes

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

#fbd08d Text Font Color

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

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


#fbd08d Background Color

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

This div background color is #fbd08d


#fbd08d Border Color

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

This div border color is #fbd08d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd08d

Related Colors


Comments

No comments written yet.

Please login to write comment.