Color Hex Logo

#fbd08e Color Hex

#FBD08E
(251,208,142)
0 Favorites   0 Comments

Color spaces of #fbd08e

RGB 251208142
HSL0.100.930.77
HSV36°43°98°
CMYK 0.000.170.43   0.02
XYZ67.222067.574035.0913
Yxy67.57400.39570.3978
Hunter Lab82.20342.112832.2324
CIE-Lab85.79306.716638.3823

#fbd08e color RGB value is (251,208,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010000 10001110
Octal 373 320 216
Decimal 251 208 142
Hex FB D0 8E

RGB Percentages of Color #fbd08e

%41.76
%34.61
%23.63

CMYK Percentages of Color #fbd08e

%0
%17
%43
%2

Triadic Colors of #fbd08e

#fbd08e #8efbd0 #d08efb

Analogous Colors of #fbd08e

#fbd08e #f0fb8e #fb9a8e

Monochromatic Colors of #fbd08e

#fbd08e

Complementary Color

#fbd08e #8eb9fb

#fbd08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd08e Color CSS Codes

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

#fbd08e Text Font Color

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

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


#fbd08e Background Color

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

This div background color is #fbd08e


#fbd08e Border Color

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

This div border color is #fbd08e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd08e


Comments

No comments written yet.

Please login to write comment.