Color Hex Logo

#efe061 Color Hex

#EFE061
(239,224,97)
0 Favorites   0 Comments

Color spaces of #efe061

RGB 23922497
HSL0.150.820.66
HSV54°59°94°
CMYK 0.000.060.59   0.06
XYZ64.409972.525121.9132
Yxy72.52510.40550.4566
Hunter Lab85.1617-14.028944.3571
CIE-Lab88.2207-10.048462.4862

#efe061 color RGB value is (239,224,97).

#efe061 hex color red value is 239, green value is 224 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #efe061 hue: 0.15 , saturation: 0.82 and the lightness value of efe061 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100000 01100001
Octal 357 340 141
Decimal 239 224 97
Hex EF E0 61

RGB Percentages of Color #efe061

%42.68
%40.00
%17.32

CMYK Percentages of Color #efe061

%0
%6
%59
%6

Triadic Colors of #efe061

#efe061 #61efe0 #e061ef

Analogous Colors of #efe061

#efe061 #b7ef61 #ef9961

Monochromatic Colors of #efe061

#efe061

Complementary Color

#efe061 #6170ef

#efe061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe061 Color CSS Codes

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

#efe061 Text Font Color

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

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


#efe061 Background Color

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

This div background color is #efe061


#efe061 Border Color

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

This div border color is #efe061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe061


Comments

No comments written yet.

Please login to write comment.