Color Hex Logo

#efca3e Color Hex

#EFCA3E
(239,202,62)
0 Favorites   0 Comments

Color spaces of #efca3e

RGB 23920262
HSL0.130.850.59
HSV47°74°94°
CMYK 0.000.150.74   0.06
XYZ57.586660.939613.2848
Yxy60.93960.43690.4623
Hunter Lab78.0638-4.934744.5548
CIE-Lab82.3463-0.818070.3663

#efca3e color RGB value is (239,202,62).

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

The process color (four color CMYK) of #efca3e color hex is 0.00, 0.15, 0.74, 0.06. Web safe color of #efca3e is #ffcc33. Color #efca3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001010 00111110
Octal 357 312 76
Decimal 239 202 62
Hex EF CA 3E

RGB Percentages of Color #efca3e

%47.51
%40.16
%12.33

CMYK Percentages of Color #efca3e

%0
%15
%74
%6

Triadic Colors of #efca3e

#efca3e #3eefca #ca3eef

Analogous Colors of #efca3e

#efca3e #bcef3e #ef723e

Monochromatic Colors of #efca3e

#efca3e

Complementary Color

#efca3e #3e63ef

#efca3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efca3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efca3e Color CSS Codes

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

#efca3e Text Font Color

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

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


#efca3e Background Color

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

This div background color is #efca3e


#efca3e Border Color

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

This div border color is #efca3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efca3e


Comments

No comments written yet.

Please login to write comment.