Color Hex Logo

#efea3c Color Hex

#EFEA3C
(239,234,60)
0 Favorites   0 Comments

Color spaces of #efea3c

RGB 23923460
HSL0.160.850.59
HSV58°75°94°
CMYK 0.000.020.75   0.06
XYZ65.835077.522615.7684
Yxy77.52260.41370.4872
Hunter Lab88.0469-20.613051.0145
CIE-Lab90.5616-16.923078.6987

#efea3c color RGB value is (239,234,60).

#efea3c hex color red value is 239, green value is 234 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #efea3c hue: 0.16 , saturation: 0.85 and the lightness value of efea3c is 0.59.

The process color (four color CMYK) of #efea3c color hex is 0.00, 0.02, 0.75, 0.06. Web safe color of #efea3c is #ffff33. Color #efea3c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101010 00111100
Octal 357 352 74
Decimal 239 234 60
Hex EF EA 3C

RGB Percentages of Color #efea3c

%44.84
%43.90
%11.26

CMYK Percentages of Color #efea3c

%0
%2
%75
%6

Triadic Colors of #efea3c

#efea3c #3cefea #ea3cef

Analogous Colors of #efea3c

#efea3c #9bef3c #ef913c

Monochromatic Colors of #efea3c

#efea3c

Complementary Color

#efea3c #3c41ef

#efea3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efea3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#efea3c Color CSS Codes

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

#efea3c Text Font Color

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

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


#efea3c Background Color

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

This div background color is #efea3c


#efea3c Border Color

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

This div border color is #efea3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efea3c


Comments

No comments written yet.

Please login to write comment.