Color Hex Logo

#fbefe0 Color Hex

#FBEFE0
(251,239,224)
0 Favorites   0 Comments

Color spaces of #fbefe0

RGB 251239224
HSL0.090.770.93
HSV33°11°98°
CMYK 0.000.050.11   0.02
XYZ84.104787.624183.0013
Yxy87.62410.33020.3440
Hunter Lab93.6077-3.434812.9534
CIE-Lab95.00241.56638.6836

#fbefe0 color RGB value is (251,239,224).

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

The process color (four color CMYK) of #fbefe0 color hex is 0.00, 0.05, 0.11, 0.02. Web safe color of #fbefe0 is #ffffcc. Color #fbefe0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101111 11100000
Octal 373 357 340
Decimal 251 239 224
Hex FB EF E0

RGB Percentages of Color #fbefe0

%35.15
%33.47
%31.37

CMYK Percentages of Color #fbefe0

%0
%5
%11
%2

Triadic Colors of #fbefe0

#fbefe0 #e0fbef #efe0fb

Analogous Colors of #fbefe0

#fbefe0 #fafbe0 #fbe2e0

Monochromatic Colors of #fbefe0

#fbefe0

Complementary Color

#fbefe0 #e0ecfb

#fbefe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbefe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbefe0 Color CSS Codes

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

#fbefe0 Text Font Color

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

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


#fbefe0 Background Color

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

This div background color is #fbefe0


#fbefe0 Border Color

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

This div border color is #fbefe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbefe0


Comments

No comments written yet.

Please login to write comment.