Color Hex Logo

#efc34d Color Hex

#EFC34D
(239,195,77)
0 Favorites   0 Comments

Color spaces of #efc34d

RGB 23919577
HSL0.120.840.62
HSV44°68°94°
CMYK 0.000.180.68   0.06
XYZ56.451357.916815.2249
Yxy57.91680.43560.4469
Hunter Lab76.1031-0.773741.4108
CIE-Lab80.69253.511462.9039

#efc34d color RGB value is (239,195,77).

#efc34d hex color red value is 239, green value is 195 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #efc34d hue: 0.12 , saturation: 0.84 and the lightness value of efc34d is 0.62.

The process color (four color CMYK) of #efc34d color hex is 0.00, 0.18, 0.68, 0.06. Web safe color of #efc34d is #ffcc66. Color #efc34d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000011 01001101
Octal 357 303 115
Decimal 239 195 77
Hex EF C3 4D

RGB Percentages of Color #efc34d

%46.77
%38.16
%15.07

CMYK Percentages of Color #efc34d

%0
%18
%68
%6

Triadic Colors of #efc34d

#efc34d #4defc3 #c34def

Analogous Colors of #efc34d

#efc34d #caef4d #ef724d

Monochromatic Colors of #efc34d

#efc34d

Complementary Color

#efc34d #4d79ef

#efc34d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc34d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc34d Color CSS Codes

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

#efc34d Text Font Color

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

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


#efc34d Background Color

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

This div background color is #efc34d


#efc34d Border Color

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

This div border color is #efc34d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc34d


Comments

No comments written yet.

Please login to write comment.