Color Hex Logo

#ffb54e Color Hex

#FFB54E
(255,181,78)
0 Favorites   0 Comments

Color spaces of #ffb54e

RGB 25518178
HSL0.101.000.65
HSV35°69°100°
CMYK 0.000.290.69   0.00
XYZ59.139054.857814.6794
Yxy54.85780.45960.4263
Hunter Lab74.066112.910140.0954
CIE-Lab78.959317.549261.1705

#ffb54e color RGB value is (255,181,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110101 01001110
Octal 377 265 116
Decimal 255 181 78
Hex FF B5 4E

RGB Percentages of Color #ffb54e

%49.61
%35.21
%15.18

CMYK Percentages of Color #ffb54e

%0
%29
%69
%0

Triadic Colors of #ffb54e

#ffb54e #4effb5 #b54eff

Analogous Colors of #ffb54e

#ffb54e #f1ff4e #ff5d4e

Monochromatic Colors of #ffb54e

#ffb54e

Complementary Color

#ffb54e #4e98ff

#ffb54e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb54e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb54e Color CSS Codes

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

#ffb54e Text Font Color

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

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


#ffb54e Background Color

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

This div background color is #ffb54e


#ffb54e Border Color

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

This div border color is #ffb54e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb54e


Comments

No comments written yet.

Please login to write comment.