Color Hex Logo

#ffb42c Color Hex

#FFB42C
(255,180,44)
0 Favorites   0 Comments

Color spaces of #ffb42c

RGB 25518044
HSL0.111.000.59
HSV39°83°100°
CMYK 0.000.290.83   0.00
XYZ58.015954.08449.7644
Yxy54.08440.47610.4438
Hunter Lab73.542112.116443.6074
CIE-Lab78.510916.762473.4288

#ffb42c color RGB value is (255,180,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110100 00101100
Octal 377 264 54
Decimal 255 180 44
Hex FF B4 2C

RGB Percentages of Color #ffb42c

%53.24
%37.58
%9.19

CMYK Percentages of Color #ffb42c

%0
%29
%83
%0

Triadic Colors of #ffb42c

#ffb42c #2cffb4 #b42cff

Analogous Colors of #ffb42c

#ffb42c #e1ff2c #ff4b2c

Monochromatic Colors of #ffb42c

#ffb42c

Complementary Color

#ffb42c #2c77ff

#ffb42c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb42c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb42c Color CSS Codes

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

#ffb42c Text Font Color

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

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


#ffb42c Background Color

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

This div background color is #ffb42c


#ffb42c Border Color

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

This div border color is #ffb42c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb42c

Related Colors


Comments

No comments written yet.

Please login to write comment.