Color Hex Logo

#fbe186 Color Hex

#FBE186
(251,225,134)
0 Favorites   0 Comments

Color spaces of #fbe186

RGB 251225134
HSL0.130.940.75
HSV47°47°98°
CMYK 0.000.100.47   0.02
XYZ71.012076.080933.4966
Yxy76.08090.39320.4213
Hunter Lab87.2244-7.320438.2880
CIE-Lab89.8969-2.753247.5674

#fbe186 color RGB value is (251,225,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100001 10000110
Octal 373 341 206
Decimal 251 225 134
Hex FB E1 86

RGB Percentages of Color #fbe186

%41.15
%36.89
%21.97

CMYK Percentages of Color #fbe186

%0
%10
%47
%2

Triadic Colors of #fbe186

#fbe186 #86fbe1 #e186fb

Analogous Colors of #fbe186

#fbe186 #dbfb86 #fba786

Monochromatic Colors of #fbe186

#fbe186

Complementary Color

#fbe186 #86a0fb

#fbe186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe186 Color CSS Codes

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

#fbe186 Text Font Color

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

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


#fbe186 Background Color

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

This div background color is #fbe186


#fbe186 Border Color

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

This div border color is #fbe186


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe186


Comments

No comments written yet.

Please login to write comment.