Color Hex Logo

#efc38a Color Hex

#EFC38A
(239,195,138)
0 Favorites   0 Comments

Color spaces of #efc38a

RGB 239195138
HSL0.090.760.74
HSV34°42°94°
CMYK 0.000.180.42   0.06
XYZ59.699259.215932.3281
Yxy59.21590.39470.3915
Hunter Lab76.95193.814428.9581
CIE-Lab81.41018.328834.5236

#efc38a color RGB value is (239,195,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000011 10001010
Octal 357 303 212
Decimal 239 195 138
Hex EF C3 8A

RGB Percentages of Color #efc38a

%41.78
%34.09
%24.13

CMYK Percentages of Color #efc38a

%0
%18
%42
%6

Triadic Colors of #efc38a

#efc38a #8aefc3 #c38aef

Analogous Colors of #efc38a

#efc38a #e9ef8a #ef918a

Monochromatic Colors of #efc38a

#efc38a

Complementary Color

#efc38a #8ab6ef

#efc38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc38a Color CSS Codes

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

#efc38a Text Font Color

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

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


#efc38a Background Color

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

This div background color is #efc38a


#efc38a Border Color

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

This div border color is #efc38a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc38a


Comments

No comments written yet.

Please login to write comment.