Color Hex Logo

#efd26c Color Hex

#EFD26C
(239,210,108)
0 Favorites   0 Comments

Color spaces of #efd26c

RGB 239210108
HSL0.130.800.68
HSV47°55°94°
CMYK 0.000.120.55   0.06
XYZ61.350065.526623.6018
Yxy65.52660.40770.4355
Hunter Lab80.9485-6.376639.3770
CIE-Lab84.7544-2.175053.5733

#efd26c color RGB value is (239,210,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010010 01101100
Octal 357 322 154
Decimal 239 210 108
Hex EF D2 6C

RGB Percentages of Color #efd26c

%42.91
%37.70
%19.39

CMYK Percentages of Color #efd26c

%0
%12
%55
%6

Triadic Colors of #efd26c

#efd26c #6cefd2 #d26cef

Analogous Colors of #efd26c

#efd26c #cbef6c #ef916c

Monochromatic Colors of #efd26c

#efd26c

Complementary Color

#efd26c #6c89ef

#efd26c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd26c Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd26c Color CSS Codes

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

#efd26c Text Font Color

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

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


#efd26c Background Color

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

This div background color is #efd26c


#efd26c Border Color

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

This div border color is #efd26c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd26c


Comments

No comments written yet.

Please login to write comment.