Color Hex Logo

#fbe180 Color Hex

#FBE180
(251,225,128)
0 Favorites   0 Comments

Color spaces of #fbe180

RGB 251225128
HSL0.130.940.74
HSV47°49°98°
CMYK 0.000.100.49   0.02
XYZ70.605275.918231.3545
Yxy75.91820.39690.4268
Hunter Lab87.1311-7.834839.6560
CIE-Lab89.8213-3.295650.3789

#fbe180 color RGB value is (251,225,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100001 10000000
Octal 373 341 200
Decimal 251 225 128
Hex FB E1 80

RGB Percentages of Color #fbe180

%41.56
%37.25
%21.19

CMYK Percentages of Color #fbe180

%0
%10
%49
%2

Triadic Colors of #fbe180

#fbe180 #80fbe1 #e180fb

Analogous Colors of #fbe180

#fbe180 #d8fb80 #fba480

Monochromatic Colors of #fbe180

#fbe180

Complementary Color

#fbe180 #809afb

#fbe180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe180 Color CSS Codes

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

#fbe180 Text Font Color

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

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


#fbe180 Background Color

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

This div background color is #fbe180


#fbe180 Border Color

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

This div border color is #fbe180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe180


Comments

No comments written yet.

Please login to write comment.