Color Hex Logo

#fbefb6 Color Hex

#FBEFB6
(251,239,182)
0 Favorites   0 Comments

Color spaces of #fbefb6

RGB 251239182
HSL0.140.900.85
HSV50°27°98°
CMYK 0.000.050.27   0.02
XYZ79.093785.619656.6135
Yxy85.61960.35740.3868
Hunter Lab92.5309-9.350428.4960
CIE-Lab94.1495-4.486329.0892

#fbefb6 color RGB value is (251,239,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101111 10110110
Octal 373 357 266
Decimal 251 239 182
Hex FB EF B6

RGB Percentages of Color #fbefb6

%37.35
%35.57
%27.08

CMYK Percentages of Color #fbefb6

%0
%5
%27
%2

Triadic Colors of #fbefb6

#fbefb6 #b6fbef #efb6fb

Analogous Colors of #fbefb6

#fbefb6 #e5fbb6 #fbcdb6

Monochromatic Colors of #fbefb6

#fbefb6

Complementary Color

#fbefb6 #b6c2fb

#fbefb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbefb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbefb6 Color CSS Codes

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

#fbefb6 Text Font Color

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

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


#fbefb6 Background Color

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

This div background color is #fbefb6


#fbefb6 Border Color

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

This div border color is #fbefb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbefb6


Comments

No comments written yet.

Please login to write comment.