Color Hex Logo

#fefcb9 Color Hex

#FEFCB9
(254,252,185)
0 Favorites   0 Comments

Color spaces of #fefcb9

RGB 254252185
HSL0.160.970.86
HSV58°27°100°
CMYK 0.000.010.27   0.00
XYZ84.440494.194459.6298
Yxy94.19440.35440.3953
Hunter Lab97.0538-14.542531.5099
CIE-Lab97.7103-9.467532.4216

#fefcb9 color RGB value is (254,252,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111100 10111001
Octal 376 374 271
Decimal 254 252 185
Hex FE FC B9

RGB Percentages of Color #fefcb9

%36.76
%36.47
%26.77

CMYK Percentages of Color #fefcb9

%0
%1
%27
%0

Triadic Colors of #fefcb9

#fefcb9 #b9fefc #fcb9fe

Analogous Colors of #fefcb9

#fefcb9 #defeb9 #fedab9

Monochromatic Colors of #fefcb9

#fefcb9

Complementary Color

#fefcb9 #b9bbfe

#fefcb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefcb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefcb9 Color CSS Codes

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

#fefcb9 Text Font Color

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

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


#fefcb9 Background Color

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

This div background color is #fefcb9


#fefcb9 Border Color

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

This div border color is #fefcb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefcb9

Related Colors


Comments

No comments written yet.

Please login to write comment.