Color Hex Logo

#fbfeeb Color Hex

#FBFEEB
(251,254,235)
0 Favorites   0 Comments

Color spaces of #fbfeeb

RGB 251254235
HSL0.190.900.96
HSV69°100°
CMYK 0.010.000.07   0.00
XYZ90.220997.391092.6405
Yxy97.39100.32190.3475
Hunter Lab98.6869-9.514913.4234
CIE-Lab98.9823-4.22348.7303

#fbfeeb color RGB value is (251,254,235).

#fbfeeb hex color red value is 251, green value is 254 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fbfeeb hue: 0.19 , saturation: 0.90 and the lightness value of fbfeeb is 0.96.

The process color (four color CMYK) of #fbfeeb color hex is 0.01, 0.00, 0.07, 0.00. Web safe color of #fbfeeb is #ffffff. Color #fbfeeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111110 11101011
Octal 373 376 353
Decimal 251 254 235
Hex FB FE EB

RGB Percentages of Color #fbfeeb

%33.92
%34.32
%31.76

CMYK Percentages of Color #fbfeeb

%1
%0
%7
%0

Triadic Colors of #fbfeeb

#fbfeeb #ebfbfe #feebfb

Analogous Colors of #fbfeeb

#fbfeeb #f2feeb #fef8eb

Monochromatic Colors of #fbfeeb

#fbfeeb

Complementary Color

#fbfeeb #eeebfe

#fbfeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfeeb Color CSS Codes

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

#fbfeeb Text Font Color

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

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


#fbfeeb Background Color

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

This div background color is #fbfeeb


#fbfeeb Border Color

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

This div border color is #fbfeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfeeb

Related Colors


Comments

No comments written yet.

Please login to write comment.