Color Hex Logo

#efbe8e Color Hex

#EFBE8E
(239,190,142)
0 Favorites   0 Comments

Color spaces of #efbe8e

RGB 239190142
HSL0.080.750.75
HSV30°41°94°
CMYK 0.000.210.41   0.06
XYZ58.892557.130633.5145
Yxy57.13060.39380.3820
Hunter Lab75.58486.806326.6200
CIE-Lab80.253011.379030.9160

#efbe8e color RGB value is (239,190,142).

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

The process color (four color CMYK) of #efbe8e color hex is 0.00, 0.21, 0.41, 0.06. Web safe color of #efbe8e is #ffcc99. Color #efbe8e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111110 10001110
Octal 357 276 216
Decimal 239 190 142
Hex EF BE 8E

RGB Percentages of Color #efbe8e

%41.86
%33.27
%24.87

CMYK Percentages of Color #efbe8e

%0
%21
%41
%6

Triadic Colors of #efbe8e

#efbe8e #8eefbe #be8eef

Analogous Colors of #efbe8e

#efbe8e #efef8e #ef8e8f

Monochromatic Colors of #efbe8e

#efbe8e

Complementary Color

#efbe8e #8ebfef

#efbe8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbe8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbe8e Color CSS Codes

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

#efbe8e Text Font Color

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

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


#efbe8e Background Color

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

This div background color is #efbe8e


#efbe8e Border Color

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

This div border color is #efbe8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbe8e


Comments

No comments written yet.

Please login to write comment.