Color Hex Logo

#ffb28d Color Hex

#FFB28D
(255,178,141)
1 Favorites   0 Comments

Color spaces of #ffb28d

RGB 255178141
HSL0.051.000.78
HSV19°45°100°
CMYK 0.000.300.45   0.00
XYZ61.968155.023932.5539
Yxy55.02390.41440.3679
Hunter Lab74.178119.306625.9046
CIE-Lab79.055023.837430.1532

#ffb28d color RGB value is (255,178,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110010 10001101
Octal 377 262 215
Decimal 255 178 141
Hex FF B2 8D

RGB Percentages of Color #ffb28d

%44.43
%31.01
%24.56

CMYK Percentages of Color #ffb28d

%0
%30
%45
%0

Triadic Colors of #ffb28d

#ffb28d #8dffb2 #b28dff

Analogous Colors of #ffb28d

#ffb28d #ffeb8d #ff8da1

Monochromatic Colors of #ffb28d

#ffb28d

Complementary Color

#ffb28d #8ddaff

#ffb28d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb28d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb28d Color CSS Codes

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

#ffb28d Text Font Color

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

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


#ffb28d Background Color

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

This div background color is #ffb28d


#ffb28d Border Color

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

This div border color is #ffb28d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb28d

Related Colors

#ffb28d Color Palettes


Comments

No comments written yet.

Please login to write comment.