Color Hex Logo

#f1b456 Color Hex

#F1B456
(241,180,86)
0 Favorites   0 Comments

Color spaces of #f1b456

RGB 24118086
HSL0.100.850.64
HSV36°64°95°
CMYK 0.000.250.64   0.05
XYZ54.276652.015215.9833
Yxy52.01520.44390.4254
Hunter Lab72.12168.121237.3455
CIE-Lab77.289912.709955.3415

#f1b456 color RGB value is (241,180,86).

#f1b456 hex color red value is 241, green value is 180 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #f1b456 hue: 0.10 , saturation: 0.85 and the lightness value of f1b456 is 0.64.

The process color (four color CMYK) of #f1b456 color hex is 0.00, 0.25, 0.64, 0.05. Web safe color of #f1b456 is #ffcc66. Color #f1b456 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10110100 01010110
Octal 361 264 126
Decimal 241 180 86
Hex F1 B4 56

RGB Percentages of Color #f1b456

%47.53
%35.50
%16.96

CMYK Percentages of Color #f1b456

%0
%25
%64
%5

Triadic Colors of #f1b456

#f1b456 #56f1b4 #b456f1

Analogous Colors of #f1b456

#f1b456 #e1f156 #f16756

Monochromatic Colors of #f1b456

#f1b456

Complementary Color

#f1b456 #5693f1

#f1b456 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1b456 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1b456 Color CSS Codes

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

#f1b456 Text Font Color

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

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


#f1b456 Background Color

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

This div background color is #f1b456


#f1b456 Border Color

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

This div border color is #f1b456


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1b456


Comments

No comments written yet.

Please login to write comment.