Color Hex Logo

#ffb14c Color Hex

#FFB14C
(255,177,76)
1 Favorites   0 Comments

Color spaces of #ffb14c

RGB 25517776
HSL0.091.000.65
HSV34°70°100°
CMYK 0.000.310.70   0.00
XYZ58.266653.226114.0402
Yxy53.22610.46420.4240
Hunter Lab72.956214.885939.6592
CIE-Lab78.008319.538961.0415

#ffb14c color RGB value is (255,177,76).

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

The process color (four color CMYK) of #ffb14c color hex is 0.00, 0.31, 0.70, 0.00. Web safe color of #ffb14c is #ff9933. Color #ffb14c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110001 01001100
Octal 377 261 114
Decimal 255 177 76
Hex FF B1 4C

RGB Percentages of Color #ffb14c

%50.20
%34.84
%14.96

CMYK Percentages of Color #ffb14c

%0
%31
%70
%0

Triadic Colors of #ffb14c

#ffb14c #4cffb1 #b14cff

Analogous Colors of #ffb14c

#ffb14c #f4ff4c #ff584c

Monochromatic Colors of #ffb14c

#ffb14c

Complementary Color

#ffb14c #4c9aff

#ffb14c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb14c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb14c Color CSS Codes

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

#ffb14c Text Font Color

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

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


#ffb14c Background Color

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

This div background color is #ffb14c


#ffb14c Border Color

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

This div border color is #ffb14c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb14c


Comments

No comments written yet.

Please login to write comment.