Color Hex Logo

#fef0ba Color Hex

#FEF0BA
(254,240,186)
0 Favorites   0 Comments

Color spaces of #fef0ba

RGB 254240186
HSL0.130.970.86
HSV48°27°100°
CMYK 0.000.060.27   0.00
XYZ80.896186.936258.9711
Yxy86.93620.35670.3833
Hunter Lab93.2396-8.299927.7687
CIE-Lab94.7112-3.362027.8556

#fef0ba color RGB value is (254,240,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110000 10111010
Octal 376 360 272
Decimal 254 240 186
Hex FE F0 BA

RGB Percentages of Color #fef0ba

%37.35
%35.29
%27.35

CMYK Percentages of Color #fef0ba

%0
%6
%27
%0

Triadic Colors of #fef0ba

#fef0ba #bafef0 #f0bafe

Analogous Colors of #fef0ba

#fef0ba #eafeba #feceba

Monochromatic Colors of #fef0ba

#fef0ba

Complementary Color

#fef0ba #bac8fe

#fef0ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef0ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef0ba Color CSS Codes

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

#fef0ba Text Font Color

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

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


#fef0ba Background Color

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

This div background color is #fef0ba


#fef0ba Border Color

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

This div border color is #fef0ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef0ba

Related Colors


Comments

No comments written yet.

Please login to write comment.