Color Hex Logo

#ffb28e Color Hex

#FFB28E
(255,178,142)
0 Favorites   0 Comments

Color spaces of #ffb28e

RGB 255178142
HSL0.051.000.78
HSV19°44°100°
CMYK 0.000.300.44   0.00
XYZ62.042955.053832.9476
Yxy55.05380.41350.3669
Hunter Lab74.198219.410725.6112
CIE-Lab79.072223.937629.6459

#ffb28e color RGB value is (255,178,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110010 10001110
Octal 377 262 216
Decimal 255 178 142
Hex FF B2 8E

RGB Percentages of Color #ffb28e

%44.35
%30.96
%24.70

CMYK Percentages of Color #ffb28e

%0
%30
%44
%0

Triadic Colors of #ffb28e

#ffb28e #8effb2 #b28eff

Analogous Colors of #ffb28e

#ffb28e #ffeb8e #ff8ea3

Monochromatic Colors of #ffb28e

#ffb28e

Complementary Color

#ffb28e #8edbff

#ffb28e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb28e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb28e Color CSS Codes

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

#ffb28e Text Font Color

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

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


#ffb28e Background Color

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

This div background color is #ffb28e


#ffb28e Border Color

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

This div border color is #ffb28e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb28e

#ffb28e Color Palettes


Comments

No comments written yet.

Please login to write comment.