Color Hex Logo

#efda66 Color Hex

#EFDA66
(239,218,102)
0 Favorites   0 Comments

Color spaces of #efda66

RGB 239218102
HSL0.140.810.67
HSV51°57°94°
CMYK 0.000.090.57   0.06
XYZ63.066369.452822.6522
Yxy69.45280.40640.4476
Hunter Lab83.3383-10.762242.2212
CIE-Lab86.7278-6.688658.6091

#efda66 color RGB value is (239,218,102).

#efda66 hex color red value is 239, green value is 218 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #efda66 hue: 0.14 , saturation: 0.81 and the lightness value of efda66 is 0.67.

The process color (four color CMYK) of #efda66 color hex is 0.00, 0.09, 0.57, 0.06. Web safe color of #efda66 is #ffcc66. Color #efda66 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011010 01100110
Octal 357 332 146
Decimal 239 218 102
Hex EF DA 66

RGB Percentages of Color #efda66

%42.75
%39.00
%18.25

CMYK Percentages of Color #efda66

%0
%9
%57
%6

Triadic Colors of #efda66

#efda66 #66efda #da66ef

Analogous Colors of #efda66

#efda66 #c0ef66 #ef9666

Monochromatic Colors of #efda66

#efda66

Complementary Color

#efda66 #667bef

#efda66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efda66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efda66 Color CSS Codes

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

#efda66 Text Font Color

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

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


#efda66 Background Color

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

This div background color is #efda66


#efda66 Border Color

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

This div border color is #efda66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efda66


Comments

No comments written yet.

Please login to write comment.