Color Hex Logo

#fbd0ae Color Hex

#FBD0AE
(251,208,174)
0 Favorites   0 Comments

Color spaces of #fbd0ae

RGB 251208174
HSL0.070.910.83
HSV26°31°98°
CMYK 0.000.170.31   0.02
XYZ69.979568.677049.6121
Yxy68.67700.37170.3648
Hunter Lab82.87165.706022.5154
CIE-Lab86.343910.352022.5547

#fbd0ae color RGB value is (251,208,174).

#fbd0ae hex color red value is 251, green value is 208 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #fbd0ae hue: 0.07 , saturation: 0.91 and the lightness value of fbd0ae is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010000 10101110
Octal 373 320 256
Decimal 251 208 174
Hex FB D0 AE

RGB Percentages of Color #fbd0ae

%39.65
%32.86
%27.49

CMYK Percentages of Color #fbd0ae

%0
%17
%31
%2

Triadic Colors of #fbd0ae

#fbd0ae #aefbd0 #d0aefb

Analogous Colors of #fbd0ae

#fbd0ae #fbf7ae #fbaeb3

Monochromatic Colors of #fbd0ae

#fbd0ae

Complementary Color

#fbd0ae #aed9fb

#fbd0ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd0ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd0ae Color CSS Codes

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

#fbd0ae Text Font Color

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

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


#fbd0ae Background Color

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

This div background color is #fbd0ae


#fbd0ae Border Color

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

This div border color is #fbd0ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd0ae

#fbd0ae Color Palettes


Comments

No comments written yet.

Please login to write comment.