Color Hex Logo

#fffeba Color Hex

#FFFEBA
(255,254,186)
1 Favorites   0 Comments

Color spaces of #fffeba

RGB 255254186
HSL0.161.000.86
HSV59°27°100°
CMYK 0.000.000.27   0.00
XYZ85.544795.688860.4155
Yxy95.68880.35400.3960
Hunter Lab97.8207-15.086931.8561
CIE-Lab98.3085-9.959732.7374

#fffeba color RGB value is (255,254,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111110 10111010
Octal 377 376 272
Decimal 255 254 186
Hex FF FE BA

RGB Percentages of Color #fffeba

%36.69
%36.55
%26.76

CMYK Percentages of Color #fffeba

%0
%0
%27
%0

Triadic Colors of #fffeba

#fffeba #bafffe #febaff

Analogous Colors of #fffeba

#fffeba #deffba #ffdcba

Monochromatic Colors of #fffeba

#fffeba

Complementary Color

#fffeba #babbff

#fffeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffeba Color CSS Codes

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

#fffeba Text Font Color

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

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


#fffeba Background Color

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

This div background color is #fffeba


#fffeba Border Color

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

This div border color is #fffeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffeba

Related Colors

#fffeba Color Palettes


Comments

No comments written yet.

Please login to write comment.