Color Hex Logo

#fbeaa2 Color Hex

#FBEAA2
(251,234,162)
0 Favorites   0 Comments

Color spaces of #fbeaa2

RGB 251234162
HSL0.130.920.81
HSV49°35°98°
CMYK 0.000.070.35   0.02
XYZ75.728181.963546.0117
Yxy81.96350.37180.4024
Hunter Lab90.5337-9.125333.2408
CIE-Lab92.5587-4.397437.0868

#fbeaa2 color RGB value is (251,234,162).

#fbeaa2 hex color red value is 251, green value is 234 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #fbeaa2 hue: 0.13 , saturation: 0.92 and the lightness value of fbeaa2 is 0.81.

The process color (four color CMYK) of #fbeaa2 color hex is 0.00, 0.07, 0.35, 0.02. Web safe color of #fbeaa2 is #ffff99. Color #fbeaa2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101010 10100010
Octal 373 352 242
Decimal 251 234 162
Hex FB EA A2

RGB Percentages of Color #fbeaa2

%38.79
%36.17
%25.04

CMYK Percentages of Color #fbeaa2

%0
%7
%35
%2

Triadic Colors of #fbeaa2

#fbeaa2 #a2fbea #eaa2fb

Analogous Colors of #fbeaa2

#fbeaa2 #e0fba2 #fbbea2

Monochromatic Colors of #fbeaa2

#fbeaa2

Complementary Color

#fbeaa2 #a2b3fb

#fbeaa2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbeaa2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbeaa2 Color CSS Codes

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

#fbeaa2 Text Font Color

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

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


#fbeaa2 Background Color

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

This div background color is #fbeaa2


#fbeaa2 Border Color

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

This div border color is #fbeaa2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbeaa2

#fbeaa2 Color Palettes


Comments

No comments written yet.

Please login to write comment.