Color Hex Logo

#efc670 Color Hex

#EFC670
(239,198,112)
0 Favorites   0 Comments

Color spaces of #efc670

RGB 239198112
HSL0.110.800.69
HSV41°53°94°
CMYK 0.000.170.53   0.06
XYZ58.715359.908723.7981
Yxy59.90870.41230.4206
Hunter Lab77.4007-0.043235.9508
CIE-Lab81.78854.332348.1276

#efc670 color RGB value is (239,198,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000110 01110000
Octal 357 306 160
Decimal 239 198 112
Hex EF C6 70

RGB Percentages of Color #efc670

%43.53
%36.07
%20.40

CMYK Percentages of Color #efc670

%0
%17
%53
%6

Triadic Colors of #efc670

#efc670 #70efc6 #c670ef

Analogous Colors of #efc670

#efc670 #d9ef70 #ef8770

Monochromatic Colors of #efc670

#efc670

Complementary Color

#efc670 #7099ef

#efc670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc670 Color CSS Codes

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

#efc670 Text Font Color

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

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


#efc670 Background Color

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

This div background color is #efc670


#efc670 Border Color

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

This div border color is #efc670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc670


Comments

No comments written yet.

Please login to write comment.