Color Hex Logo

#efc06d Color Hex

#EFC06D
(239,192,109)
0 Favorites   0 Comments

Color spaces of #efc06d

RGB 239192109
HSL0.110.800.68
HSV38°54°94°
CMYK 0.000.200.54   0.06
XYZ57.206657.154122.4847
Yxy57.15410.41800.4177
Hunter Lab75.60032.770035.2865
CIE-Lab80.26627.215147.7613

#efc06d color RGB value is (239,192,109).

#efc06d hex color red value is 239, green value is 192 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #efc06d hue: 0.11 , saturation: 0.80 and the lightness value of efc06d is 0.68.

The process color (four color CMYK) of #efc06d color hex is 0.00, 0.20, 0.54, 0.06. Web safe color of #efc06d is #ffcc66. Color #efc06d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000000 01101101
Octal 357 300 155
Decimal 239 192 109
Hex EF C0 6D

RGB Percentages of Color #efc06d

%44.26
%35.56
%20.19

CMYK Percentages of Color #efc06d

%0
%20
%54
%6

Triadic Colors of #efc06d

#efc06d #6defc0 #c06def

Analogous Colors of #efc06d

#efc06d #ddef6d #ef7f6d

Monochromatic Colors of #efc06d

#efc06d

Complementary Color

#efc06d #6d9cef

#efc06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc06d Color CSS Codes

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

#efc06d Text Font Color

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

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


#efc06d Background Color

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

This div background color is #efc06d


#efc06d Border Color

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

This div border color is #efc06d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc06d

#efc06d Color Palettes


Comments

No comments written yet.

Please login to write comment.