Color Hex Logo

#efb28e Color Hex

#EFB28E
(239,178,142)
0 Favorites   0 Comments

Color spaces of #efb28e

RGB 239178142
HSL0.060.750.75
HSV22°41°94°
CMYK 0.000.260.41   0.06
XYZ56.399552.144532.6835
Yxy52.14450.39940.3692
Hunter Lab72.211113.045423.7125
CIE-Lab77.367217.716227.0659

#efb28e color RGB value is (239,178,142).

#efb28e hex color red value is 239, green value is 178 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #efb28e hue: 0.06 , saturation: 0.75 and the lightness value of efb28e is 0.75.

The process color (four color CMYK) of #efb28e color hex is 0.00, 0.26, 0.41, 0.06. Web safe color of #efb28e is #ff9999. Color #efb28e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110010 10001110
Octal 357 262 216
Decimal 239 178 142
Hex EF B2 8E

RGB Percentages of Color #efb28e

%42.75
%31.84
%25.40

CMYK Percentages of Color #efb28e

%0
%26
%41
%6

Triadic Colors of #efb28e

#efb28e #8eefb2 #b28eef

Analogous Colors of #efb28e

#efb28e #efe38e #ef8e9b

Monochromatic Colors of #efb28e

#efb28e

Complementary Color

#efb28e #8ecbef

#efb28e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb28e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb28e Color CSS Codes

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

#efb28e Text Font Color

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

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


#efb28e Background Color

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

This div background color is #efb28e


#efb28e Border Color

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

This div border color is #efb28e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb28e

#efb28e Color Palettes


Comments

No comments written yet.

Please login to write comment.