Color Hex Logo

#efc28b Color Hex

#EFC28B
(239,194,139)
1 Favorites   0 Comments

Color spaces of #efc28b

RGB 239194139
HSL0.090.760.74
HSV33°42°94°
CMYK 0.000.190.42   0.06
XYZ59.548658.798432.6368
Yxy58.79840.39440.3894
Hunter Lab76.68014.430228.4409
CIE-Lab81.18078.957533.7047

#efc28b color RGB value is (239,194,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000010 10001011
Octal 357 302 213
Decimal 239 194 139
Hex EF C2 8B

RGB Percentages of Color #efc28b

%41.78
%33.92
%24.30

CMYK Percentages of Color #efc28b

%0
%19
%42
%6

Triadic Colors of #efc28b

#efc28b #8befc2 #c28bef

Analogous Colors of #efc28b

#efc28b #eaef8b #ef908b

Monochromatic Colors of #efc28b

#efc28b

Complementary Color

#efc28b #8bb8ef

#efc28b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc28b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc28b Color CSS Codes

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

#efc28b Text Font Color

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

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


#efc28b Background Color

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

This div background color is #efc28b


#efc28b Border Color

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

This div border color is #efc28b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc28b


Comments

No comments written yet.

Please login to write comment.