Color Hex Logo

#fbeec2 Color Hex

#FBEEC2
(251,238,194)
0 Favorites   0 Comments

Color spaces of #fbeec2

RGB 251238194
HSL0.130.880.87
HSV46°23°98°
CMYK 0.000.050.23   0.02
XYZ80.095885.553363.3309
Yxy85.55330.34980.3736
Hunter Lab92.4950-7.294724.1509
CIE-Lab94.1210-2.385922.9156

#fbeec2 color RGB value is (251,238,194).

#fbeec2 hex color red value is 251, green value is 238 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #fbeec2 hue: 0.13 , saturation: 0.88 and the lightness value of fbeec2 is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101110 11000010
Octal 373 356 302
Decimal 251 238 194
Hex FB EE C2

RGB Percentages of Color #fbeec2

%36.75
%34.85
%28.40

CMYK Percentages of Color #fbeec2

%0
%5
%23
%2

Triadic Colors of #fbeec2

#fbeec2 #c2fbee #eec2fb

Analogous Colors of #fbeec2

#fbeec2 #ecfbc2 #fbd2c2

Monochromatic Colors of #fbeec2

#fbeec2

Complementary Color

#fbeec2 #c2cffb

#fbeec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbeec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbeec2 Color CSS Codes

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

#fbeec2 Text Font Color

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

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


#fbeec2 Background Color

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

This div background color is #fbeec2


#fbeec2 Border Color

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

This div border color is #fbeec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbeec2


Comments

No comments written yet.

Please login to write comment.