Color Hex Logo

#fefeb6 Color Hex

#FEFEB6
(254,254,182)
0 Favorites   0 Comments

Color spaces of #fefeb6

RGB 254254182
HSL0.170.970.85
HSV60°28°100°
CMYK 0.000.000.28   0.00
XYZ84.758495.331958.1896
Yxy95.33190.35570.4001
Hunter Lab97.6381-15.912933.0114
CIE-Lab98.1662-10.830034.5358

#fefeb6 color RGB value is (254,254,182).

#fefeb6 hex color red value is 254, green value is 254 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #fefeb6 hue: 0.17 , saturation: 0.97 and the lightness value of fefeb6 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111110 10110110
Octal 376 376 266
Decimal 254 254 182
Hex FE FE B6

RGB Percentages of Color #fefeb6

%36.81
%36.81
%26.38

CMYK Percentages of Color #fefeb6

%0
%0
%28
%0

Triadic Colors of #fefeb6

#fefeb6 #b6fefe #feb6fe

Analogous Colors of #fefeb6

#fefeb6 #dafeb6 #fedab6

Monochromatic Colors of #fefeb6

#fefeb6

Complementary Color

#fefeb6 #b6b6fe

#fefeb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefeb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefeb6 Color CSS Codes

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

#fefeb6 Text Font Color

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

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


#fefeb6 Background Color

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

This div background color is #fefeb6


#fefeb6 Border Color

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

This div border color is #fefeb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefeb6

Related Colors


Comments

No comments written yet.

Please login to write comment.