Color Hex Logo

#ffb55e Color Hex

#FFB55E
(255,181,94)
0 Favorites   0 Comments

Color spaces of #ffb55e

RGB 25518194
HSL0.091.000.68
HSV32°63°100°
CMYK 0.000.290.63   0.00
XYZ59.784355.115918.0771
Yxy55.11590.44960.4145
Hunter Lab74.240113.822937.5312
CIE-Lab79.108018.455254.0569

#ffb55e color RGB value is (255,181,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110101 01011110
Octal 377 265 136
Decimal 255 181 94
Hex FF B5 5E

RGB Percentages of Color #ffb55e

%48.11
%34.15
%17.74

CMYK Percentages of Color #ffb55e

%0
%29
%63
%0

Triadic Colors of #ffb55e

#ffb55e #5effb5 #b55eff

Analogous Colors of #ffb55e

#ffb55e #f9ff5e #ff655e

Monochromatic Colors of #ffb55e

#ffb55e

Complementary Color

#ffb55e #5ea8ff

#ffb55e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb55e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb55e Color CSS Codes

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

#ffb55e Text Font Color

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

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


#ffb55e Background Color

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

This div background color is #ffb55e


#ffb55e Border Color

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

This div border color is #ffb55e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb55e


Comments

No comments written yet.

Please login to write comment.