Color Hex Logo

#efc38e Color Hex

#EFC38E
(239,195,142)
0 Favorites   0 Comments

Color spaces of #efc38e

RGB 239195142
HSL0.090.750.75
HSV33°41°94°
CMYK 0.000.180.41   0.06
XYZ59.994259.333933.8817
Yxy59.33390.39160.3873
Hunter Lab77.02854.226127.8407
CIE-Lab81.47488.754332.5311

#efc38e color RGB value is (239,195,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000011 10001110
Octal 357 303 216
Decimal 239 195 142
Hex EF C3 8E

RGB Percentages of Color #efc38e

%41.49
%33.85
%24.65

CMYK Percentages of Color #efc38e

%0
%18
%41
%6

Triadic Colors of #efc38e

#efc38e #8eefc3 #c38eef

Analogous Colors of #efc38e

#efc38e #ebef8e #ef938e

Monochromatic Colors of #efc38e

#efc38e

Complementary Color

#efc38e #8ebaef

#efc38e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc38e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc38e Color CSS Codes

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

#efc38e Text Font Color

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

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


#efc38e Background Color

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

This div background color is #efc38e


#efc38e Border Color

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

This div border color is #efc38e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc38e


Comments

No comments written yet.

Please login to write comment.