Color Hex Logo

#fbe285 Color Hex

#FBE285
(251,226,133)
0 Favorites   0 Comments

Color spaces of #fbe285

RGB 251226133
HSL0.130.940.75
HSV47°47°98°
CMYK 0.000.100.47   0.02
XYZ71.213776.595433.2213
Yxy76.59540.39340.4231
Hunter Lab87.5188-7.913238.7572
CIE-Lab90.1351-3.350648.3490

#fbe285 color RGB value is (251,226,133).

#fbe285 hex color red value is 251, green value is 226 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #fbe285 hue: 0.13 , saturation: 0.94 and the lightness value of fbe285 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100010 10000101
Octal 373 342 205
Decimal 251 226 133
Hex FB E2 85

RGB Percentages of Color #fbe285

%41.15
%37.05
%21.80

CMYK Percentages of Color #fbe285

%0
%10
%47
%2

Triadic Colors of #fbe285

#fbe285 #85fbe2 #e285fb

Analogous Colors of #fbe285

#fbe285 #d9fb85 #fba785

Monochromatic Colors of #fbe285

#fbe285

Complementary Color

#fbe285 #859efb

#fbe285 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe285 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe285 Color CSS Codes

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

#fbe285 Text Font Color

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

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


#fbe285 Background Color

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

This div background color is #fbe285


#fbe285 Border Color

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

This div border color is #fbe285


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe285


Comments

No comments written yet.

Please login to write comment.