Color Hex Logo

#efc26d Color Hex

#EFC26D
(239,194,109)
0 Favorites   0 Comments

Color spaces of #efc26d

RGB 239194109
HSL0.110.800.68
HSV39°54°94°
CMYK 0.000.190.54   0.06
XYZ57.648758.038422.6321
Yxy58.03840.41680.4196
Hunter Lab76.18291.753335.7144
CIE-Lab80.76016.170848.3551

#efc26d color RGB value is (239,194,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000010 01101101
Octal 357 302 155
Decimal 239 194 109
Hex EF C2 6D

RGB Percentages of Color #efc26d

%44.10
%35.79
%20.11

CMYK Percentages of Color #efc26d

%0
%19
%54
%6

Triadic Colors of #efc26d

#efc26d #6defc2 #c26def

Analogous Colors of #efc26d

#efc26d #dbef6d #ef816d

Monochromatic Colors of #efc26d

#efc26d

Complementary Color

#efc26d #6d9aef

#efc26d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc26d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc26d Color CSS Codes

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

#efc26d Text Font Color

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

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


#efc26d Background Color

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

This div background color is #efc26d


#efc26d Border Color

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

This div border color is #efc26d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc26d


Comments

No comments written yet.

Please login to write comment.