Color Hex Logo

#efb28f Color Hex

#EFB28F
(239,178,143)
0 Favorites   0 Comments

Color spaces of #efb28f

RGB 239178143
HSL0.060.750.75
HSV22°40°94°
CMYK 0.000.260.40   0.06
XYZ56.474952.174733.0808
Yxy52.17470.39850.3681
Hunter Lab72.232113.154823.4088
CIE-Lab77.385217.825726.5565

#efb28f color RGB value is (239,178,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110010 10001111
Octal 357 262 217
Decimal 239 178 143
Hex EF B2 8F

RGB Percentages of Color #efb28f

%42.68
%31.79
%25.54

CMYK Percentages of Color #efb28f

%0
%26
%40
%6

Triadic Colors of #efb28f

#efb28f #8fefb2 #b28fef

Analogous Colors of #efb28f

#efb28f #efe28f #ef8f9c

Monochromatic Colors of #efb28f

#efb28f

Complementary Color

#efb28f #8fccef

#efb28f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb28f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb28f Color CSS Codes

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

#efb28f Text Font Color

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

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


#efb28f Background Color

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

This div background color is #efb28f


#efb28f Border Color

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

This div border color is #efb28f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb28f


Comments

No comments written yet.

Please login to write comment.