Color Hex Logo

#fffebc Color Hex

#FFFEBC
(255,254,188)
0 Favorites   0 Comments

Color spaces of #fffebc

RGB 255254188
HSL0.161.000.87
HSV59°26°100°
CMYK 0.000.000.26   0.00
XYZ85.758995.774561.5433
Yxy95.77450.35280.3940
Hunter Lab97.8644-14.842731.2198
CIE-Lab98.3426-9.704131.7799

#fffebc color RGB value is (255,254,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111110 10111100
Octal 377 376 274
Decimal 255 254 188
Hex FF FE BC

RGB Percentages of Color #fffebc

%36.59
%36.44
%26.97

CMYK Percentages of Color #fffebc

%0
%0
%26
%0

Triadic Colors of #fffebc

#fffebc #bcfffe #febcff

Analogous Colors of #fffebc

#fffebc #dfffbc #ffddbc

Monochromatic Colors of #fffebc

#fffebc

Complementary Color

#fffebc #bcbdff

#fffebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffebc Color CSS Codes

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

#fffebc Text Font Color

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

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


#fffebc Background Color

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

This div background color is #fffebc


#fffebc Border Color

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

This div border color is #fffebc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,254,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 #fffebc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffebc

#fffebc Color Palettes


Comments

No comments written yet.

Please login to write comment.