Color Hex Logo

#efe66c Color Hex

#EFE66C
(239,230,108)
0 Favorites   0 Comments

Color spaces of #efe66c

RGB 239230108
HSL0.160.800.68
HSV56°55°94°
CMYK 0.000.040.55   0.06
XYZ66.600276.027125.3518
Yxy76.02710.39650.4526
Hunter Lab87.1935-16.246743.7967
CIE-Lab89.8719-12.242959.4978

#efe66c color RGB value is (239,230,108).

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

The process color (four color CMYK) of #efe66c color hex is 0.00, 0.04, 0.55, 0.06. Web safe color of #efe66c is #ffff66. Color #efe66c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100110 01101100
Octal 357 346 154
Decimal 239 230 108
Hex EF E6 6C

RGB Percentages of Color #efe66c

%41.42
%39.86
%18.72

CMYK Percentages of Color #efe66c

%0
%4
%55
%6

Triadic Colors of #efe66c

#efe66c #6cefe6 #e66cef

Analogous Colors of #efe66c

#efe66c #b7ef6c #efa56c

Monochromatic Colors of #efe66c

#efe66c

Complementary Color

#efe66c #6c75ef

#efe66c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe66c Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe66c Color CSS Codes

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

#efe66c Text Font Color

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

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


#efe66c Background Color

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

This div background color is #efe66c


#efe66c Border Color

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

This div border color is #efe66c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe66c


Comments

No comments written yet.

Please login to write comment.