Color Hex Logo

#efea64 Color Hex

#EFEA64
(239,234,100)
0 Favorites   0 Comments

Color spaces of #efea64

RGB 239234100
HSL0.160.810.66
HSV58°58°94°
CMYK 0.000.020.58   0.06
XYZ67.319778.116523.5865
Yxy78.11650.39830.4622
Hunter Lab88.3835-18.711946.0460
CIE-Lab90.8330-14.792164.0797

#efea64 color RGB value is (239,234,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101010 01100100
Octal 357 352 144
Decimal 239 234 100
Hex EF EA 64

RGB Percentages of Color #efea64

%41.71
%40.84
%17.45

CMYK Percentages of Color #efea64

%0
%2
%58
%6

Triadic Colors of #efea64

#efea64 #64efea #ea64ef

Analogous Colors of #efea64

#efea64 #afef64 #efa564

Monochromatic Colors of #efea64

#efea64

Complementary Color

#efea64 #6469ef

#efea64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efea64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efea64 Color CSS Codes

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

#efea64 Text Font Color

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

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


#efea64 Background Color

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

This div background color is #efea64


#efea64 Border Color

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

This div border color is #efea64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efea64


Comments

No comments written yet.

Please login to write comment.