Color Hex Logo

#ffffb4 Color Hex

#FFFFB4
(255,255,180)
0 Favorites   0 Comments

Color spaces of #ffffb4

RGB 255255180
HSL0.171.000.85
HSV60°29°100°
CMYK 0.000.000.29   0.00
XYZ85.238296.075357.2319
Yxy96.07530.35730.4028
Hunter Lab98.0180-16.304733.9937
CIE-Lab98.4622-11.199435.9414

#ffffb4 color RGB value is (255,255,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111111 10110100
Octal 377 377 264
Decimal 255 255 180
Hex FF FF B4

RGB Percentages of Color #ffffb4

%36.96
%36.96
%26.09

CMYK Percentages of Color #ffffb4

%0
%0
%29
%0

Triadic Colors of #ffffb4

#ffffb4 #b4ffff #ffb4ff

Analogous Colors of #ffffb4

#ffffb4 #daffb4 #ffdab4

Monochromatic Colors of #ffffb4

#ffffb4

Complementary Color

#ffffb4 #b4b4ff

#ffffb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffffb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffffb4 Color CSS Codes

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

#ffffb4 Text Font Color

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

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


#ffffb4 Background Color

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

This div background color is #ffffb4


#ffffb4 Border Color

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

This div border color is #ffffb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffffb4

Related Colors


Comments

No comments written yet.

Please login to write comment.