Color Hex Logo

#fbe092 Color Hex

#FBE092
(251,224,146)
0 Favorites   0 Comments

Color spaces of #fbe092

RGB 251224146
HSL0.120.930.78
HSV45°42°98°
CMYK 0.000.110.42   0.02
XYZ71.627675.895938.0683
Yxy75.89590.38590.4089
Hunter Lab87.1183-5.696335.0747
CIE-Lab89.8110-1.075641.5370

#fbe092 color RGB value is (251,224,146).

#fbe092 hex color red value is 251, green value is 224 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #fbe092 hue: 0.12 , saturation: 0.93 and the lightness value of fbe092 is 0.78.

The process color (four color CMYK) of #fbe092 color hex is 0.00, 0.11, 0.42, 0.02. Web safe color of #fbe092 is #ffcc99. Color #fbe092 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100000 10010010
Octal 373 340 222
Decimal 251 224 146
Hex FB E0 92

RGB Percentages of Color #fbe092

%40.42
%36.07
%23.51

CMYK Percentages of Color #fbe092

%0
%11
%42
%2

Triadic Colors of #fbe092

#fbe092 #92fbe0 #e092fb

Analogous Colors of #fbe092

#fbe092 #e2fb92 #fbac92

Monochromatic Colors of #fbe092

#fbe092

Complementary Color

#fbe092 #92adfb

#fbe092 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe092 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe092 Color CSS Codes

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

#fbe092 Text Font Color

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

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


#fbe092 Background Color

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

This div background color is #fbe092


#fbe092 Border Color

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

This div border color is #fbe092


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe092

Related Colors


Comments

No comments written yet.

Please login to write comment.