Color Hex Logo

#efce3a Color Hex

#EFCE3A
(239,206,58)
0 Favorites   0 Comments

Color spaces of #efce3a

RGB 23920658
HSL0.140.850.58
HSV49°76°94°
CMYK 0.000.140.76   0.06
XYZ58.431662.798813.0447
Yxy62.79880.43520.4677
Hunter Lab79.2457-7.063545.7122
CIE-Lab83.3364-3.026572.6747

#efce3a color RGB value is (239,206,58).

#efce3a hex color red value is 239, green value is 206 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #efce3a hue: 0.14 , saturation: 0.85 and the lightness value of efce3a is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001110 00111010
Octal 357 316 72
Decimal 239 206 58
Hex EF CE 3A

RGB Percentages of Color #efce3a

%47.51
%40.95
%11.53

CMYK Percentages of Color #efce3a

%0
%14
%76
%6

Triadic Colors of #efce3a

#efce3a #3aefce #ce3aef

Analogous Colors of #efce3a

#efce3a #b6ef3a #ef743a

Monochromatic Colors of #efce3a

#efce3a

Complementary Color

#efce3a #3a5bef

#efce3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efce3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efce3a Color CSS Codes

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

#efce3a Text Font Color

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

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


#efce3a Background Color

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

This div background color is #efce3a


#efce3a Border Color

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

This div border color is #efce3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efce3a


Comments

No comments written yet.

Please login to write comment.