Color Hex Logo

#fbeaba Color Hex

#FBEABA
(251,234,186)
0 Favorites   0 Comments

Color spaces of #fbeaba

RGB 251234186
HSL0.120.890.86
HSV44°26°98°
CMYK 0.000.070.26   0.02
XYZ78.069482.900058.3410
Yxy82.90000.35600.3780
Hunter Lab91.0494-6.283525.7438
CIE-Lab92.9706-1.444225.4373

#fbeaba color RGB value is (251,234,186).

#fbeaba hex color red value is 251, green value is 234 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fbeaba hue: 0.12 , saturation: 0.89 and the lightness value of fbeaba is 0.86.

The process color (four color CMYK) of #fbeaba color hex is 0.00, 0.07, 0.26, 0.02. Web safe color of #fbeaba is #ffffcc. Color #fbeaba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101010 10111010
Octal 373 352 272
Decimal 251 234 186
Hex FB EA BA

RGB Percentages of Color #fbeaba

%37.41
%34.87
%27.72

CMYK Percentages of Color #fbeaba

%0
%7
%26
%2

Triadic Colors of #fbeaba

#fbeaba #bafbea #eabafb

Analogous Colors of #fbeaba

#fbeaba #ecfbba #fbcaba

Monochromatic Colors of #fbeaba

#fbeaba

Complementary Color

#fbeaba #bacbfb

#fbeaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbeaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbeaba Color CSS Codes

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

#fbeaba Text Font Color

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

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


#fbeaba Background Color

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

This div background color is #fbeaba


#fbeaba Border Color

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

This div border color is #fbeaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbeaba


Comments

No comments written yet.

Please login to write comment.