Color Hex Logo

#efc279 Color Hex

#EFC279
(239,194,121)
0 Favorites   0 Comments

Color spaces of #efc279

RGB 239194121
HSL0.100.790.71
HSV37°49°94°
CMYK 0.000.190.49   0.06
XYZ58.339658.314826.2702
Yxy58.31480.40820.4080
Hunter Lab76.36412.730733.0584
CIE-Lab80.91357.193842.5841

#efc279 color RGB value is (239,194,121).

#efc279 hex color red value is 239, green value is 194 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #efc279 hue: 0.10 , saturation: 0.79 and the lightness value of efc279 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000010 01111001
Octal 357 302 171
Decimal 239 194 121
Hex EF C2 79

RGB Percentages of Color #efc279

%43.14
%35.02
%21.84

CMYK Percentages of Color #efc279

%0
%19
%49
%6

Triadic Colors of #efc279

#efc279 #79efc2 #c279ef

Analogous Colors of #efc279

#efc279 #e1ef79 #ef8779

Monochromatic Colors of #efc279

#efc279

Complementary Color

#efc279 #79a6ef

#efc279 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc279 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc279 Color CSS Codes

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

#efc279 Text Font Color

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

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


#efc279 Background Color

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

This div background color is #efc279


#efc279 Border Color

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

This div border color is #efc279


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc279


Comments

No comments written yet.

Please login to write comment.