Color Hex Logo

#efe412 Color Hex

#EFE412
(239,228,18)
0 Favorites   0 Comments

Color spaces of #efe412

RGB 23922818
HSL0.160.870.50
HSV57°92°94°
CMYK 0.000.050.92   0.06
XYZ63.449273.881211.4886
Yxy73.88120.42640.4965
Hunter Lab85.9542-18.655652.2432
CIE-Lab88.8663-15.025686.2966

#efe412 color RGB value is (239,228,18).

#efe412 hex color red value is 239, green value is 228 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #efe412 hue: 0.16 , saturation: 0.87 and the lightness value of efe412 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100100 00010010
Octal 357 344 22
Decimal 239 228 18
Hex EF E4 12

RGB Percentages of Color #efe412

%49.28
%47.01
%3.71

CMYK Percentages of Color #efe412

%0
%5
%92
%6

Triadic Colors of #efe412

#efe412 #12efe4 #e412ef

Analogous Colors of #efe412

#efe412 #8cef12 #ef7612

Monochromatic Colors of #efe412

#efe412

Complementary Color

#efe412 #121def

#efe412 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe412 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe412 Color CSS Codes

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

#efe412 Text Font Color

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

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


#efe412 Background Color

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

This div background color is #efe412


#efe412 Border Color

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

This div border color is #efe412


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe412


Comments

No comments written yet.

Please login to write comment.