Color Hex Logo

#ffab48 Color Hex

#FFAB48
(255,171,72)
0 Favorites   0 Comments

Color spaces of #ffab48

RGB 25517172
HSL0.091.000.64
HSV32°72°100°
CMYK 0.000.330.72   0.00
XYZ56.972650.853712.9439
Yxy50.85370.47170.4211
Hunter Lab71.311817.812139.1564
CIE-Lab76.590322.483161.2981

#ffab48 color RGB value is (255,171,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101011 01001000
Octal 377 253 110
Decimal 255 171 72
Hex FF AB 48

RGB Percentages of Color #ffab48

%51.20
%34.34
%14.46

CMYK Percentages of Color #ffab48

%0
%33
%72
%0

Triadic Colors of #ffab48

#ffab48 #48ffab #ab48ff

Analogous Colors of #ffab48

#ffab48 #f8ff48 #ff5048

Monochromatic Colors of #ffab48

#ffab48

Complementary Color

#ffab48 #489cff

#ffab48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffab48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffab48 Color CSS Codes

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

#ffab48 Text Font Color

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

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


#ffab48 Background Color

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

This div background color is #ffab48


#ffab48 Border Color

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

This div border color is #ffab48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffab48


Comments

No comments written yet.

Please login to write comment.