Color Hex Logo

#ffb14e Color Hex

#FFB14E
(255,177,78)
0 Favorites   0 Comments

Color spaces of #ffb14e

RGB 25517778
HSL0.091.000.65
HSV34°69°100°
CMYK 0.000.310.69   0.00
XYZ58.337353.254314.4121
Yxy53.25430.46300.4226
Hunter Lab72.975514.987339.3736
CIE-Lab78.024919.639160.1857

#ffb14e color RGB value is (255,177,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110001 01001110
Octal 377 261 116
Decimal 255 177 78
Hex FF B1 4E

RGB Percentages of Color #ffb14e

%50.00
%34.71
%15.29

CMYK Percentages of Color #ffb14e

%0
%31
%69
%0

Triadic Colors of #ffb14e

#ffb14e #4effb1 #b14eff

Analogous Colors of #ffb14e

#ffb14e #f5ff4e #ff594e

Monochromatic Colors of #ffb14e

#ffb14e

Complementary Color

#ffb14e #4e9cff

#ffb14e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb14e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb14e Color CSS Codes

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

#ffb14e Text Font Color

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

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


#ffb14e Background Color

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

This div background color is #ffb14e


#ffb14e Border Color

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

This div border color is #ffb14e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,177,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 #ffb14e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb14e


Comments

No comments written yet.

Please login to write comment.