Color Hex Logo

#effc12 Color Hex

#EFFC12
(239,252,18)
0 Favorites   0 Comments

Color spaces of #effc12

RGB 23925218
HSL0.180.980.53
HSV63°93°99°
CMYK 0.050.000.93   0.01
XYZ70.516288.015213.8443
Yxy88.01520.40910.5106
Hunter Lab93.8164-30.010956.9222
CIE-Lab95.1673-26.529091.0982

#effc12 color RGB value is (239,252,18).

#effc12 hex color red value is 239, green value is 252 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #effc12 hue: 0.18 , saturation: 0.98 and the lightness value of effc12 is 0.53.

The process color (four color CMYK) of #effc12 color hex is 0.05, 0.00, 0.93, 0.01. Web safe color of #effc12 is #ffff00. Color #effc12 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111100 00010010
Octal 357 374 22
Decimal 239 252 18
Hex EF FC 12

RGB Percentages of Color #effc12

%46.95
%49.51
%3.54

CMYK Percentages of Color #effc12

%5
%0
%93
%1

Triadic Colors of #effc12

#effc12 #12effc #fc12ef

Analogous Colors of #effc12

#effc12 #7afc12 #fc9412

Monochromatic Colors of #effc12

#effc12

Complementary Color

#effc12 #1f12fc

#effc12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effc12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effc12 Color CSS Codes

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

#effc12 Text Font Color

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

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


#effc12 Background Color

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

This div background color is #effc12


#effc12 Border Color

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

This div border color is #effc12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effc12


Comments

No comments written yet.

Please login to write comment.