Color Hex Logo

#ffb34e Color Hex

#FFB34E
(255,179,78)
0 Favorites   0 Comments

Color spaces of #ffb34e

RGB 25517978
HSL0.101.000.65
HSV34°69°100°
CMYK 0.000.300.69   0.00
XYZ58.735254.050314.5448
Yxy54.05030.46130.4245
Hunter Lab73.518913.947839.7334
CIE-Lab78.491118.593760.6776

#ffb34e color RGB value is (255,179,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110011 01001110
Octal 377 263 116
Decimal 255 179 78
Hex FF B3 4E

RGB Percentages of Color #ffb34e

%49.80
%34.96
%15.23

CMYK Percentages of Color #ffb34e

%0
%30
%69
%0

Triadic Colors of #ffb34e

#ffb34e #4effb3 #b34eff

Analogous Colors of #ffb34e

#ffb34e #f3ff4e #ff5b4e

Monochromatic Colors of #ffb34e

#ffb34e

Complementary Color

#ffb34e #4e9aff

#ffb34e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb34e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb34e Color CSS Codes

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

#ffb34e Text Font Color

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

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


#ffb34e Background Color

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

This div background color is #ffb34e


#ffb34e Border Color

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

This div border color is #ffb34e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb34e

Related Colors


Comments

No comments written yet.

Please login to write comment.