Color Hex Logo

#ffb34a Color Hex

#FFB34A
(255,179,74)
0 Favorites   0 Comments

Color spaces of #ffb34a

RGB 25517974
HSL0.101.000.65
HSV35°71°100°
CMYK 0.000.300.71   0.00
XYZ58.596153.994613.8122
Yxy53.99460.46360.4272
Hunter Lab73.481013.749840.2920
CIE-Lab78.458618.397262.3678

#ffb34a color RGB value is (255,179,74).

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

The process color (four color CMYK) of #ffb34a color hex is 0.00, 0.30, 0.71, 0.00. Web safe color of #ffb34a is #ffcc33. Color #ffb34a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110011 01001010
Octal 377 263 112
Decimal 255 179 74
Hex FF B3 4A

RGB Percentages of Color #ffb34a

%50.20
%35.24
%14.57

CMYK Percentages of Color #ffb34a

%0
%30
%71
%0

Triadic Colors of #ffb34a

#ffb34a #4affb3 #b34aff

Analogous Colors of #ffb34a

#ffb34a #f1ff4a #ff594a

Monochromatic Colors of #ffb34a

#ffb34a

Complementary Color

#ffb34a #4a96ff

#ffb34a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb34a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb34a Color CSS Codes

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

#ffb34a Text Font Color

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

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


#ffb34a Background Color

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

This div background color is #ffb34a


#ffb34a Border Color

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

This div border color is #ffb34a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb34a


Comments

No comments written yet.

Please login to write comment.