Color Hex Logo

#fbefa4 Color Hex

#FBEFA4
(251,239,164)
0 Favorites   0 Comments

Color spaces of #fbefa4

RGB 251239164
HSL0.140.920.81
HSV52°35°98°
CMYK 0.000.050.35   0.02
XYZ77.351084.922647.4368
Yxy84.92260.36880.4050
Hunter Lab92.1535-11.440733.9874
CIE-Lab93.8498-6.674237.7789

#fbefa4 color RGB value is (251,239,164).

#fbefa4 hex color red value is 251, green value is 239 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #fbefa4 hue: 0.14 , saturation: 0.92 and the lightness value of fbefa4 is 0.81.

The process color (four color CMYK) of #fbefa4 color hex is 0.00, 0.05, 0.35, 0.02. Web safe color of #fbefa4 is #ffff99. Color #fbefa4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101111 10100100
Octal 373 357 244
Decimal 251 239 164
Hex FB EF A4

RGB Percentages of Color #fbefa4

%38.38
%36.54
%25.08

CMYK Percentages of Color #fbefa4

%0
%5
%35
%2

Triadic Colors of #fbefa4

#fbefa4 #a4fbef #efa4fb

Analogous Colors of #fbefa4

#fbefa4 #dcfba4 #fbc4a4

Monochromatic Colors of #fbefa4

#fbefa4

Complementary Color

#fbefa4 #a4b0fb

#fbefa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbefa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbefa4 Color CSS Codes

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

#fbefa4 Text Font Color

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

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


#fbefa4 Background Color

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

This div background color is #fbefa4


#fbefa4 Border Color

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

This div border color is #fbefa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbefa4

#fbefa4 Color Palettes


Comments

No comments written yet.

Please login to write comment.