Color Hex Logo

#efc078 Color Hex

#EFC078
(239,192,120)
0 Favorites   0 Comments

Color spaces of #efc078

RGB 239192120
HSL0.100.790.70
HSV36°50°94°
CMYK 0.000.200.50   0.06
XYZ57.836457.406125.8015
Yxy57.40610.41010.4070
Hunter Lab75.76683.665632.8463
CIE-Lab80.40758.149742.4565

#efc078 color RGB value is (239,192,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000000 01111000
Octal 357 300 170
Decimal 239 192 120
Hex EF C0 78

RGB Percentages of Color #efc078

%43.38
%34.85
%21.78

CMYK Percentages of Color #efc078

%0
%20
%50
%6

Triadic Colors of #efc078

#efc078 #78efc0 #c078ef

Analogous Colors of #efc078

#efc078 #e3ef78 #ef8578

Monochromatic Colors of #efc078

#efc078

Complementary Color

#efc078 #78a7ef

#efc078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc078 Color CSS Codes

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

#efc078 Text Font Color

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

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


#efc078 Background Color

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

This div background color is #efc078


#efc078 Border Color

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

This div border color is #efc078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc078


Comments

No comments written yet.

Please login to write comment.