Color Hex Logo

#ffb42e Color Hex

#FFB42E
(255,180,46)
2 Favorites   0 Comments

Color spaces of #ffb42e

RGB 25518046
HSL0.111.000.59
HSV38°82°100°
CMYK 0.000.290.82   0.00
XYZ58.054454.09989.9673
Yxy54.09980.47540.4430
Hunter Lab73.552612.171543.4523
CIE-Lab78.519916.817572.8285

#ffb42e color RGB value is (255,180,46).

#ffb42e hex color red value is 255, green value is 180 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ffb42e hue: 0.11 , saturation: 1.00 and the lightness value of ffb42e is 0.59.

The process color (four color CMYK) of #ffb42e color hex is 0.00, 0.29, 0.82, 0.00. Web safe color of #ffb42e is #ffcc33. Color #ffb42e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110100 00101110
Octal 377 264 56
Decimal 255 180 46
Hex FF B4 2E

RGB Percentages of Color #ffb42e

%53.01
%37.42
%9.56

CMYK Percentages of Color #ffb42e

%0
%29
%82
%0

Triadic Colors of #ffb42e

#ffb42e #2effb4 #b42eff

Analogous Colors of #ffb42e

#ffb42e #e2ff2e #ff4b2e

Monochromatic Colors of #ffb42e

#ffb42e

Complementary Color

#ffb42e #2e79ff

#ffb42e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb42e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb42e Color CSS Codes

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

#ffb42e Text Font Color

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

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


#ffb42e Background Color

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

This div background color is #ffb42e


#ffb42e Border Color

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

This div border color is #ffb42e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb42e

Related Colors


Comments

No comments written yet.

Please login to write comment.