Color Hex Logo

#efb48f Color Hex

#EFB48F
(239,180,143)
0 Favorites   0 Comments

Color spaces of #efb48f

RGB 239180143
HSL0.060.750.75
HSV23°40°94°
CMYK 0.000.250.40   0.06
XYZ56.875852.976433.2144
Yxy52.97640.39750.3703
Hunter Lab72.784912.110523.8932
CIE-Lab77.861116.766827.1962

#efb48f color RGB value is (239,180,143).

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

The process color (four color CMYK) of #efb48f color hex is 0.00, 0.25, 0.40, 0.06. Web safe color of #efb48f is #ffcc99. Color #efb48f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110100 10001111
Octal 357 264 217
Decimal 239 180 143
Hex EF B4 8F

RGB Percentages of Color #efb48f

%42.53
%32.03
%25.44

CMYK Percentages of Color #efb48f

%0
%25
%40
%6

Triadic Colors of #efb48f

#efb48f #8fefb4 #b48fef

Analogous Colors of #efb48f

#efb48f #efe48f #ef8f9a

Monochromatic Colors of #efb48f

#efb48f

Complementary Color

#efb48f #8fcaef

#efb48f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb48f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb48f Color CSS Codes

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

#efb48f Text Font Color

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

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


#efb48f Background Color

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

This div background color is #efb48f


#efb48f Border Color

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

This div border color is #efb48f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb48f


Comments

No comments written yet.

Please login to write comment.