Color Hex Logo

#fffeb5 Color Hex

#FFFEB5
(255,254,181)
0 Favorites   0 Comments

Color spaces of #fffeb5

RGB 255254181
HSL0.161.000.85
HSV59°29°100°
CMYK 0.000.000.29   0.00
XYZ85.022395.479857.6644
Yxy95.47980.35700.4009
Hunter Lab97.7138-15.683433.4105
CIE-Lab98.2252-10.585435.1273

#fffeb5 color RGB value is (255,254,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111110 10110101
Octal 377 376 265
Decimal 255 254 181
Hex FF FE B5

RGB Percentages of Color #fffeb5

%36.96
%36.81
%26.23

CMYK Percentages of Color #fffeb5

%0
%0
%29
%0

Triadic Colors of #fffeb5

#fffeb5 #b5fffe #feb5ff

Analogous Colors of #fffeb5

#fffeb5 #dbffb5 #ffd9b5

Monochromatic Colors of #fffeb5

#fffeb5

Complementary Color

#fffeb5 #b5b6ff

#fffeb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffeb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffeb5 Color CSS Codes

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

#fffeb5 Text Font Color

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

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


#fffeb5 Background Color

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

This div background color is #fffeb5


#fffeb5 Border Color

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

This div border color is #fffeb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffeb5

Related Colors


Comments

No comments written yet.

Please login to write comment.