Color Hex Logo

#fbefb5 Color Hex

#FBEFB5
(251,239,181)
0 Favorites   0 Comments

Color spaces of #fbefb5

RGB 251239181
HSL0.140.900.85
HSV50°28°98°
CMYK 0.000.050.28   0.02
XYZ78.990785.578456.0711
Yxy85.57840.35800.3879
Hunter Lab92.5086-9.473528.8193
CIE-Lab94.1318-4.614429.5740

#fbefb5 color RGB value is (251,239,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101111 10110101
Octal 373 357 265
Decimal 251 239 181
Hex FB EF B5

RGB Percentages of Color #fbefb5

%37.41
%35.62
%26.97

CMYK Percentages of Color #fbefb5

%0
%5
%28
%2

Triadic Colors of #fbefb5

#fbefb5 #b5fbef #efb5fb

Analogous Colors of #fbefb5

#fbefb5 #e4fbb5 #fbccb5

Monochromatic Colors of #fbefb5

#fbefb5

Complementary Color

#fbefb5 #b5c1fb

#fbefb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbefb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbefb5 Color CSS Codes

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

#fbefb5 Text Font Color

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

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


#fbefb5 Background Color

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

This div background color is #fbefb5


#fbefb5 Border Color

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

This div border color is #fbefb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbefb5


Comments

No comments written yet.

Please login to write comment.