Color Hex Logo

#ffab42 Color Hex

#FFAB42
(255,171,66)
0 Favorites   0 Comments

Color spaces of #ffab42

RGB 25517166
HSL0.091.000.63
HSV33°74°100°
CMYK 0.000.330.74   0.00
XYZ56.786350.779211.9627
Yxy50.77920.47510.4248
Hunter Lab71.259517.541439.9284
CIE-Lab76.545122.218163.7706

#ffab42 color RGB value is (255,171,66).

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

The process color (four color CMYK) of #ffab42 color hex is 0.00, 0.33, 0.74, 0.00. Web safe color of #ffab42 is #ff9933. Color #ffab42 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101011 01000010
Octal 377 253 102
Decimal 255 171 66
Hex FF AB 42

RGB Percentages of Color #ffab42

%51.83
%34.76
%13.41

CMYK Percentages of Color #ffab42

%0
%33
%74
%0

Triadic Colors of #ffab42

#ffab42 #42ffab #ab42ff

Analogous Colors of #ffab42

#ffab42 #f5ff42 #ff4d42

Monochromatic Colors of #ffab42

#ffab42

Complementary Color

#ffab42 #4296ff

#ffab42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffab42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffab42 Color CSS Codes

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

#ffab42 Text Font Color

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

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


#ffab42 Background Color

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

This div background color is #ffab42


#ffab42 Border Color

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

This div border color is #ffab42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffab42

Related Colors


Comments

No comments written yet.

Please login to write comment.