Color Hex Logo

#efc28a Color Hex

#EFC28A
(239,194,138)
0 Favorites   0 Comments

Color spaces of #efc28a

RGB 239194138
HSL0.090.760.74
HSV33°42°94°
CMYK 0.000.190.42   0.06
XYZ59.475858.769332.2536
Yxy58.76930.39520.3905
Hunter Lab76.66114.328228.7177
CIE-Lab81.16468.852234.2029

#efc28a color RGB value is (239,194,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000010 10001010
Octal 357 302 212
Decimal 239 194 138
Hex EF C2 8A

RGB Percentages of Color #efc28a

%41.86
%33.98
%24.17

CMYK Percentages of Color #efc28a

%0
%19
%42
%6

Triadic Colors of #efc28a

#efc28a #8aefc2 #c28aef

Analogous Colors of #efc28a

#efc28a #eaef8a #ef908a

Monochromatic Colors of #efc28a

#efc28a

Complementary Color

#efc28a #8ab7ef

#efc28a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc28a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc28a Color CSS Codes

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

#efc28a Text Font Color

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

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


#efc28a Background Color

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

This div background color is #efc28a


#efc28a Border Color

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

This div border color is #efc28a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc28a


Comments

No comments written yet.

Please login to write comment.