Color Hex Logo

#ffa58b Color Hex

#FFA58B
(255,165,139)
0 Favorites   0 Comments

Color spaces of #ffa58b

RGB 255165139
HSL0.041.000.77
HSV13°45°100°
CMYK 0.000.350.45   0.00
XYZ59.355350.034330.9553
Yxy50.03430.42290.3565
Hunter Lab70.734925.997323.5677
CIE-Lab76.090330.435227.2675

#ffa58b color RGB value is (255,165,139).

#ffa58b hex color red value is 255, green value is 165 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ffa58b hue: 0.04 , saturation: 1.00 and the lightness value of ffa58b is 0.77.

The process color (four color CMYK) of #ffa58b color hex is 0.00, 0.35, 0.45, 0.00. Web safe color of #ffa58b is #ff9999. Color #ffa58b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100101 10001011
Octal 377 245 213
Decimal 255 165 139
Hex FF A5 8B

RGB Percentages of Color #ffa58b

%45.62
%29.52
%24.87

CMYK Percentages of Color #ffa58b

%0
%35
%45
%0

Triadic Colors of #ffa58b

#ffa58b #8bffa5 #a58bff

Analogous Colors of #ffa58b

#ffa58b #ffdf8b #ff8bab

Monochromatic Colors of #ffa58b

#ffa58b

Complementary Color

#ffa58b #8be5ff

#ffa58b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa58b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa58b Color CSS Codes

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

#ffa58b Text Font Color

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

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


#ffa58b Background Color

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

This div background color is #ffa58b


#ffa58b Border Color

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

This div border color is #ffa58b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa58b

Related Colors


Comments

No comments written yet.

Please login to write comment.