Color Hex Logo

#ffb58a Color Hex

#FFB58A
(255,181,138)
0 Favorites   0 Comments

Color spaces of #ffb58a

RGB 255181138
HSL0.061.000.77
HSV22°46°100°
CMYK 0.000.290.46   0.00
XYZ62.351356.142731.5951
Yxy56.14270.41540.3741
Hunter Lab74.928417.413127.4491
CIE-Lab79.695021.970932.5826

#ffb58a color RGB value is (255,181,138).

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

The process color (four color CMYK) of #ffb58a color hex is 0.00, 0.29, 0.46, 0.00. Web safe color of #ffb58a is #ffcc99. Color #ffb58a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110101 10001010
Octal 377 265 212
Decimal 255 181 138
Hex FF B5 8A

RGB Percentages of Color #ffb58a

%44.43
%31.53
%24.04

CMYK Percentages of Color #ffb58a

%0
%29
%46
%0

Triadic Colors of #ffb58a

#ffb58a #8affb5 #b58aff

Analogous Colors of #ffb58a

#ffb58a #fff08a #ff8a9a

Monochromatic Colors of #ffb58a

#ffb58a

Complementary Color

#ffb58a #8ad4ff

#ffb58a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb58a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb58a Color CSS Codes

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

#ffb58a Text Font Color

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

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


#ffb58a Background Color

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

This div background color is #ffb58a


#ffb58a Border Color

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

This div border color is #ffb58a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb58a

Related Colors


Comments

No comments written yet.

Please login to write comment.