Color Hex Logo

#ffffb1 Color Hex

#FFFFB1
(255,255,177)
1 Favorites   0 Comments

Color spaces of #ffffb1

RGB 255255177
HSL0.171.000.85
HSV60°31°100°
CMYK 0.000.000.31   0.00
XYZ84.935895.954355.6394
Yxy95.95430.35910.4057
Hunter Lab97.9563-16.649934.8925
CIE-Lab98.4141-11.563037.3697

#ffffb1 color RGB value is (255,255,177).

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

The process color (four color CMYK) of #ffffb1 color hex is 0.00, 0.00, 0.31, 0.00. Web safe color of #ffffb1 is #ffff99. Color #ffffb1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111111 10110001
Octal 377 377 261
Decimal 255 255 177
Hex FF FF B1

RGB Percentages of Color #ffffb1

%37.12
%37.12
%25.76

CMYK Percentages of Color #ffffb1

%0
%0
%31
%0

Triadic Colors of #ffffb1

#ffffb1 #b1ffff #ffb1ff

Analogous Colors of #ffffb1

#ffffb1 #d8ffb1 #ffd8b1

Monochromatic Colors of #ffffb1

#ffffb1

Complementary Color

#ffffb1 #b1b1ff

#ffffb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffffb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffffb1 Color CSS Codes

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

#ffffb1 Text Font Color

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

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


#ffffb1 Background Color

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

This div background color is #ffffb1


#ffffb1 Border Color

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

This div border color is #ffffb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffffb1

Related Colors


Comments

No comments written yet.

Please login to write comment.