Color Hex Logo

#fbe2a5 Color Hex

#FBE2A5
(251,226,165)
0 Favorites   0 Comments

Color spaces of #fbe2a5

RGB 251226165
HSL0.120.910.82
HSV43°34°98°
CMYK 0.000.100.34   0.02
XYZ73.771577.618646.6910
Yxy77.61860.37240.3919
Hunter Lab88.1014-4.711030.2491
CIE-Lab90.6056-0.005532.9843

#fbe2a5 color RGB value is (251,226,165).

#fbe2a5 hex color red value is 251, green value is 226 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #fbe2a5 hue: 0.12 , saturation: 0.91 and the lightness value of fbe2a5 is 0.82.

The process color (four color CMYK) of #fbe2a5 color hex is 0.00, 0.10, 0.34, 0.02. Web safe color of #fbe2a5 is #ffcc99. Color #fbe2a5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100010 10100101
Octal 373 342 245
Decimal 251 226 165
Hex FB E2 A5

RGB Percentages of Color #fbe2a5

%39.10
%35.20
%25.70

CMYK Percentages of Color #fbe2a5

%0
%10
%34
%2

Triadic Colors of #fbe2a5

#fbe2a5 #a5fbe2 #e2a5fb

Analogous Colors of #fbe2a5

#fbe2a5 #e9fba5 #fbb7a5

Monochromatic Colors of #fbe2a5

#fbe2a5

Complementary Color

#fbe2a5 #a5befb

#fbe2a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe2a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe2a5 Color CSS Codes

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

#fbe2a5 Text Font Color

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

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


#fbe2a5 Background Color

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

This div background color is #fbe2a5


#fbe2a5 Border Color

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

This div border color is #fbe2a5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe2a5


Comments

No comments written yet.

Please login to write comment.