Color Hex Logo

#ffb28b Color Hex

#FFB28B
(255,178,139)
0 Favorites   0 Comments

Color spaces of #ffb28b

RGB 255178139
HSL0.061.000.77
HSV20°45°100°
CMYK 0.000.300.45   0.00
XYZ61.820654.964931.7771
Yxy54.96490.41610.3700
Hunter Lab74.138319.101026.4840
CIE-Lab79.021023.639731.1669

#ffb28b color RGB value is (255,178,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110010 10001011
Octal 377 262 213
Decimal 255 178 139
Hex FF B2 8B

RGB Percentages of Color #ffb28b

%44.58
%31.12
%24.30

CMYK Percentages of Color #ffb28b

%0
%30
%45
%0

Triadic Colors of #ffb28b

#ffb28b #8bffb2 #b28bff

Analogous Colors of #ffb28b

#ffb28b #ffec8b #ff8b9e

Monochromatic Colors of #ffb28b

#ffb28b

Complementary Color

#ffb28b #8bd8ff

#ffb28b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb28b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb28b Color CSS Codes

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

#ffb28b Text Font Color

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

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


#ffb28b Background Color

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

This div background color is #ffb28b


#ffb28b Border Color

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

This div border color is #ffb28b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,178,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 #ffb28b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb28b


Comments

No comments written yet.

Please login to write comment.