Color Hex Logo

#efd30c Color Hex

#EFD30C
(239,211,12)
0 Favorites   0 Comments

Color spaces of #efd30c

RGB 23921112
HSL0.150.900.49
HSV53°95°94°
CMYK 0.000.120.95   0.06
XYZ58.957264.96589.7801
Yxy64.96580.44100.4859
Hunter Lab80.6014-10.485649.2268
CIE-Lab84.4661-6.625083.6484

#efd30c color RGB value is (239,211,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010011 00001100
Octal 357 323 14
Decimal 239 211 12
Hex EF D3 C

RGB Percentages of Color #efd30c

%51.73
%45.67
%2.60

CMYK Percentages of Color #efd30c

%0
%12
%95
%6

Triadic Colors of #efd30c

#efd30c #0cefd3 #d30cef

Analogous Colors of #efd30c

#efd30c #9aef0c #ef620c

Monochromatic Colors of #efd30c

#efd30c

Complementary Color

#efd30c #0c28ef

#efd30c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd30c Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd30c Color CSS Codes

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

#efd30c Text Font Color

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

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


#efd30c Background Color

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

This div background color is #efd30c


#efd30c Border Color

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

This div border color is #efd30c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd30c


Comments

No comments written yet.

Please login to write comment.