Color Hex Logo

#feeebc Color Hex

#FEEEBC
(254,238,188)
0 Favorites   0 Comments

Color spaces of #feeebc

RGB 254238188
HSL0.130.970.87
HSV45°26°100°
CMYK 0.000.060.26   0.00
XYZ80.524785.850759.9037
Yxy85.85070.35590.3794
Hunter Lab92.6557-7.017526.5268
CIE-Lab94.2485-2.093826.2029

#feeebc color RGB value is (254,238,188).

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

The process color (four color CMYK) of #feeebc color hex is 0.00, 0.06, 0.26, 0.00. Web safe color of #feeebc is #ffffcc. Color #feeebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101110 10111100
Octal 376 356 274
Decimal 254 238 188
Hex FE EE BC

RGB Percentages of Color #feeebc

%37.35
%35.00
%27.65

CMYK Percentages of Color #feeebc

%0
%6
%26
%0

Triadic Colors of #feeebc

#feeebc #bcfeee #eebcfe

Analogous Colors of #feeebc

#feeebc #edfebc #fecdbc

Monochromatic Colors of #feeebc

#feeebc

Complementary Color

#feeebc #bcccfe

#feeebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeebc Color CSS Codes

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

#feeebc Text Font Color

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

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


#feeebc Background Color

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

This div background color is #feeebc


#feeebc Border Color

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

This div border color is #feeebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeebc


Comments

No comments written yet.

Please login to write comment.