Color Hex Logo

#efd26f Color Hex

#EFD26F
(239,210,111)
0 Favorites   0 Comments

Color spaces of #efd26f

RGB 239210111
HSL0.130.800.69
HSV46°54°94°
CMYK 0.000.120.54   0.06
XYZ61.512465.591624.4573
Yxy65.59160.40590.4328
Hunter Lab80.9886-6.156038.7874
CIE-Lab84.7877-1.937652.1963

#efd26f color RGB value is (239,210,111).

#efd26f hex color red value is 239, green value is 210 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #efd26f hue: 0.13 , saturation: 0.80 and the lightness value of efd26f is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010010 01101111
Octal 357 322 157
Decimal 239 210 111
Hex EF D2 6F

RGB Percentages of Color #efd26f

%42.68
%37.50
%19.82

CMYK Percentages of Color #efd26f

%0
%12
%54
%6

Triadic Colors of #efd26f

#efd26f #6fefd2 #d26fef

Analogous Colors of #efd26f

#efd26f #ccef6f #ef926f

Monochromatic Colors of #efd26f

#efd26f

Complementary Color

#efd26f #6f8cef

#efd26f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd26f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd26f Color CSS Codes

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

#efd26f Text Font Color

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

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


#efd26f Background Color

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

This div background color is #efd26f


#efd26f Border Color

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

This div border color is #efd26f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd26f


Comments

No comments written yet.

Please login to write comment.