Color Hex Logo

#efea66 Color Hex

#EFEA66
(239,234,102)
0 Favorites   0 Comments

Color spaces of #efea66

RGB 239234102
HSL0.160.810.67
HSV58°57°94°
CMYK 0.000.020.57   0.06
XYZ67.417778.155724.1026
Yxy78.15570.39730.4606
Hunter Lab88.4057-18.586945.7194
CIE-Lab90.8509-14.652963.2408

#efea66 color RGB value is (239,234,102).

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

The process color (four color CMYK) of #efea66 color hex is 0.00, 0.02, 0.57, 0.06. Web safe color of #efea66 is #ffff66. Color #efea66 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101010 01100110
Octal 357 352 146
Decimal 239 234 102
Hex EF EA 66

RGB Percentages of Color #efea66

%41.57
%40.70
%17.74

CMYK Percentages of Color #efea66

%0
%2
%57
%6

Triadic Colors of #efea66

#efea66 #66efea #ea66ef

Analogous Colors of #efea66

#efea66 #b0ef66 #efa666

Monochromatic Colors of #efea66

#efea66

Complementary Color

#efea66 #666bef

#efea66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efea66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efea66 Color CSS Codes

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

#efea66 Text Font Color

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

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


#efea66 Background Color

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

This div background color is #efea66


#efea66 Border Color

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

This div border color is #efea66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efea66


Comments

No comments written yet.

Please login to write comment.