Color Hex Logo

#fbe382 Color Hex

#FBE382
(251,227,130)
0 Favorites   0 Comments

Color spaces of #fbe382

RGB 251227130
HSL0.130.940.75
HSV48°48°98°
CMYK 0.000.100.48   0.02
XYZ71.282077.059132.2360
Yxy77.05910.39470.4267
Hunter Lab87.7833-8.674839.6757
CIE-Lab90.3488-4.126850.0620

#fbe382 color RGB value is (251,227,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100011 10000010
Octal 373 343 202
Decimal 251 227 130
Hex FB E3 82

RGB Percentages of Color #fbe382

%41.28
%37.34
%21.38

CMYK Percentages of Color #fbe382

%0
%10
%48
%2

Triadic Colors of #fbe382

#fbe382 #82fbe3 #e382fb

Analogous Colors of #fbe382

#fbe382 #d7fb82 #fba782

Monochromatic Colors of #fbe382

#fbe382

Complementary Color

#fbe382 #829afb

#fbe382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe382 Color CSS Codes

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

#fbe382 Text Font Color

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

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


#fbe382 Background Color

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

This div background color is #fbe382


#fbe382 Border Color

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

This div border color is #fbe382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe382


Comments

No comments written yet.

Please login to write comment.