Color Hex Logo

#efe12c Color Hex

#EFE12C
(239,225,44)
0 Favorites   0 Comments

Color spaces of #efe12c

RGB 23922544
HSL0.150.860.55
HSV56°82°94°
CMYK 0.000.060.82   0.06
XYZ62.976472.383013.0350
Yxy72.38300.42440.4878
Hunter Lab85.0782-16.758050.4708
CIE-Lab88.1526-13.037481.0030

#efe12c color RGB value is (239,225,44).

#efe12c hex color red value is 239, green value is 225 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #efe12c hue: 0.15 , saturation: 0.86 and the lightness value of efe12c is 0.55.

The process color (four color CMYK) of #efe12c color hex is 0.00, 0.06, 0.82, 0.06. Web safe color of #efe12c is #ffcc33. Color #efe12c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100001 00101100
Octal 357 341 54
Decimal 239 225 44
Hex EF E1 2C

RGB Percentages of Color #efe12c

%47.05
%44.29
%8.66

CMYK Percentages of Color #efe12c

%0
%6
%82
%6

Triadic Colors of #efe12c

#efe12c #2cefe1 #e12cef

Analogous Colors of #efe12c

#efe12c #9cef2c #ef802c

Monochromatic Colors of #efe12c

#efe12c

Complementary Color

#efe12c #2c3aef

#efe12c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe12c Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe12c Color CSS Codes

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

#efe12c Text Font Color

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

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


#efe12c Background Color

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

This div background color is #efe12c


#efe12c Border Color

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

This div border color is #efe12c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe12c


Comments

No comments written yet.

Please login to write comment.