Color Hex Logo

#efec70 Color Hex

#EFEC70
(239,236,112)
0 Favorites   0 Comments

Color spaces of #efec70

RGB 239236112
HSL0.160.800.69
HSV59°53°94°
CMYK 0.000.010.53   0.06
XYZ68.516779.511527.0653
Yxy79.51150.39130.4541
Hunter Lab89.1692-18.888644.4223
CIE-Lab91.4652-14.890959.5331

#efec70 color RGB value is (239,236,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101100 01110000
Octal 357 354 160
Decimal 239 236 112
Hex EF EC 70

RGB Percentages of Color #efec70

%40.72
%40.20
%19.08

CMYK Percentages of Color #efec70

%0
%1
%53
%6

Triadic Colors of #efec70

#efec70 #70efec #ec70ef

Analogous Colors of #efec70

#efec70 #b3ef70 #efad70

Monochromatic Colors of #efec70

#efec70

Complementary Color

#efec70 #7073ef

#efec70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efec70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efec70 Color CSS Codes

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

#efec70 Text Font Color

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

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


#efec70 Background Color

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

This div background color is #efec70


#efec70 Border Color

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

This div border color is #efec70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efec70


Comments

No comments written yet.

Please login to write comment.