Color Hex Logo

#efec71 Color Hex

#EFEC71
(239,236,113)
0 Favorites   0 Comments

Color spaces of #efec71

RGB 239236113
HSL0.160.800.69
HSV59°53°94°
CMYK 0.000.010.53   0.06
XYZ68.572779.533927.3602
Yxy79.53390.39080.4533
Hunter Lab89.1818-18.817844.2376
CIE-Lab91.4753-14.812359.0954

#efec71 color RGB value is (239,236,113).

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

The process color (four color CMYK) of #efec71 color hex is 0.00, 0.01, 0.53, 0.06. Web safe color of #efec71 is #ffff66. Color #efec71 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101100 01110001
Octal 357 354 161
Decimal 239 236 113
Hex EF EC 71

RGB Percentages of Color #efec71

%40.65
%40.14
%19.22

CMYK Percentages of Color #efec71

%0
%1
%53
%6

Triadic Colors of #efec71

#efec71 #71efec #ec71ef

Analogous Colors of #efec71

#efec71 #b3ef71 #efad71

Monochromatic Colors of #efec71

#efec71

Complementary Color

#efec71 #7174ef

#efec71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efec71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efec71 Color CSS Codes

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

#efec71 Text Font Color

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

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


#efec71 Background Color

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

This div background color is #efec71


#efec71 Border Color

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

This div border color is #efec71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efec71


Comments

No comments written yet.

Please login to write comment.