Color Hex Logo

#efe26d Color Hex

#EFE26D
(239,226,109)
0 Favorites   0 Comments

Color spaces of #efe26d

RGB 239226109
HSL0.150.800.68
HSV54°54°94°
CMYK 0.000.050.54   0.06
XYZ65.553373.847625.2670
Yxy73.84760.39810.4485
Hunter Lab85.9346-14.220942.7214
CIE-Lab88.8504-10.179057.8739

#efe26d color RGB value is (239,226,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100010 01101101
Octal 357 342 155
Decimal 239 226 109
Hex EF E2 6D

RGB Percentages of Color #efe26d

%41.64
%39.37
%18.99

CMYK Percentages of Color #efe26d

%0
%5
%54
%6

Triadic Colors of #efe26d

#efe26d #6defe2 #e26def

Analogous Colors of #efe26d

#efe26d #bbef6d #efa16d

Monochromatic Colors of #efe26d

#efe26d

Complementary Color

#efe26d #6d7aef

#efe26d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe26d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe26d Color CSS Codes

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

#efe26d Text Font Color

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

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


#efe26d Background Color

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

This div background color is #efe26d


#efe26d Border Color

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

This div border color is #efe26d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe26d


Comments

No comments written yet.

Please login to write comment.