Color Hex Logo

#efe10c Color Hex

#EFE10C
(239,225,12)
0 Favorites   0 Comments

Color spaces of #efe10c

RGB 23922512
HSL0.160.900.49
HSV56°95°94°
CMYK 0.000.060.95   0.06
XYZ62.588272.227710.9904
Yxy72.22770.42930.4954
Hunter Lab84.9869-17.271551.8235
CIE-Lab88.0781-13.613686.3239

#efe10c color RGB value is (239,225,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100001 00001100
Octal 357 341 14
Decimal 239 225 12
Hex EF E1 C

RGB Percentages of Color #efe10c

%50.21
%47.27
%2.52

CMYK Percentages of Color #efe10c

%0
%6
%95
%6

Triadic Colors of #efe10c

#efe10c #0cefe1 #e10cef

Analogous Colors of #efe10c

#efe10c #8cef0c #ef700c

Monochromatic Colors of #efe10c

#efe10c

Complementary Color

#efe10c #0c1aef

#efe10c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe10c Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe10c Color CSS Codes

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

#efe10c Text Font Color

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

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


#efe10c Background Color

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

This div background color is #efe10c


#efe10c Border Color

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

This div border color is #efe10c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe10c


Comments

No comments written yet.

Please login to write comment.