Color Hex Logo

#fbefe5 Color Hex

#FBEFE5
(251,239,229)
0 Favorites   0 Comments

Color spaces of #fbefe5

RGB 251239229
HSL0.080.730.94
HSV27°98°
CMYK 0.000.050.09   0.02
XYZ84.793087.899486.6259
Yxy87.89940.32700.3390
Hunter Lab93.7547-2.632910.8465
CIE-Lab95.11862.37176.2622

#fbefe5 color RGB value is (251,239,229).

#fbefe5 hex color red value is 251, green value is 239 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #fbefe5 hue: 0.08 , saturation: 0.73 and the lightness value of fbefe5 is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101111 11100101
Octal 373 357 345
Decimal 251 239 229
Hex FB EF E5

RGB Percentages of Color #fbefe5

%34.91
%33.24
%31.85

CMYK Percentages of Color #fbefe5

%0
%5
%9
%2

Triadic Colors of #fbefe5

#fbefe5 #e5fbef #efe5fb

Analogous Colors of #fbefe5

#fbefe5 #fbfae5 #fbe5e6

Monochromatic Colors of #fbefe5

#fbefe5

Complementary Color

#fbefe5 #e5f1fb

#fbefe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbefe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbefe5 Color CSS Codes

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

#fbefe5 Text Font Color

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

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


#fbefe5 Background Color

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

This div background color is #fbefe5


#fbefe5 Border Color

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

This div border color is #fbefe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbefe5

#fbefe5 Color Palettes


Comments

No comments written yet.

Please login to write comment.