Color Hex Logo

#fbefe1 Color Hex

#FBEFE1
(251,239,225)
0 Favorites   0 Comments

Color spaces of #fbefe1

RGB 251239225
HSL0.090.760.93
HSV32°10°98°
CMYK 0.000.050.10   0.02
XYZ84.240887.678583.7178
Yxy87.67850.32950.3430
Hunter Lab93.6368-3.276012.5364
CIE-Lab95.02541.72618.1990

#fbefe1 color RGB value is (251,239,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101111 11100001
Octal 373 357 341
Decimal 251 239 225
Hex FB EF E1

RGB Percentages of Color #fbefe1

%35.10
%33.43
%31.47

CMYK Percentages of Color #fbefe1

%0
%5
%10
%2

Triadic Colors of #fbefe1

#fbefe1 #e1fbef #efe1fb

Analogous Colors of #fbefe1

#fbefe1 #fafbe1 #fbe2e1

Monochromatic Colors of #fbefe1

#fbefe1

Complementary Color

#fbefe1 #e1edfb

#fbefe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbefe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbefe1 Color CSS Codes

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

#fbefe1 Text Font Color

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

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


#fbefe1 Background Color

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

This div background color is #fbefe1


#fbefe1 Border Color

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

This div border color is #fbefe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbefe1


Comments

No comments written yet.

Please login to write comment.