Color Hex Logo

#efce0c Color Hex

#EFCE0C
(239,206,12)
0 Favorites   0 Comments

Color spaces of #efce0c

RGB 23920612
HSL0.140.900.49
HSV51°95°94°
CMYK 0.000.140.95   0.06
XYZ57.734362.51999.3724
Yxy62.51990.44540.4823
Hunter Lab79.0695-8.036148.3208
CIE-Lab83.1891-4.089682.7091

#efce0c color RGB value is (239,206,12).

#efce0c hex color red value is 239, green value is 206 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #efce0c hue: 0.14 , saturation: 0.90 and the lightness value of efce0c is 0.49.

The process color (four color CMYK) of #efce0c color hex is 0.00, 0.14, 0.95, 0.06. Web safe color of #efce0c is #ffcc00. Color #efce0c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001110 00001100
Octal 357 316 14
Decimal 239 206 12
Hex EF CE C

RGB Percentages of Color #efce0c

%52.30
%45.08
%2.63

CMYK Percentages of Color #efce0c

%0
%14
%95
%6

Triadic Colors of #efce0c

#efce0c #0cefce #ce0cef

Analogous Colors of #efce0c

#efce0c #9fef0c #ef5d0c

Monochromatic Colors of #efce0c

#efce0c

Complementary Color

#efce0c #0c2def

#efce0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efce0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#efce0c Color CSS Codes

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

#efce0c Text Font Color

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

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


#efce0c Background Color

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

This div background color is #efce0c


#efce0c Border Color

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

This div border color is #efce0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efce0c


Comments

No comments written yet.

Please login to write comment.