Color Hex Logo

#fefcba Color Hex

#FEFCBA
(254,252,186)
0 Favorites   0 Comments

Color spaces of #fefcba

RGB 254252186
HSL0.160.970.86
HSV58°27°100°
CMYK 0.000.010.27   0.00
XYZ84.546494.236860.1878
Yxy94.23680.35380.3943
Hunter Lab97.0756-14.420831.1926
CIE-Lab97.7273-9.340031.9422

#fefcba color RGB value is (254,252,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111100 10111010
Octal 376 374 272
Decimal 254 252 186
Hex FE FC BA

RGB Percentages of Color #fefcba

%36.71
%36.42
%26.88

CMYK Percentages of Color #fefcba

%0
%1
%27
%0

Triadic Colors of #fefcba

#fefcba #bafefc #fcbafe

Analogous Colors of #fefcba

#fefcba #defeba #fedaba

Monochromatic Colors of #fefcba

#fefcba

Complementary Color

#fefcba #babcfe

#fefcba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefcba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefcba Color CSS Codes

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

#fefcba Text Font Color

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

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


#fefcba Background Color

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

This div background color is #fefcba


#fefcba Border Color

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

This div border color is #fefcba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefcba

Related Colors


Comments

No comments written yet.

Please login to write comment.