Color Hex Logo

#efcd4a Color Hex

#EFCD4A
(239,205,74)
0 Favorites   0 Comments

Color spaces of #efcd4a

RGB 23920574
HSL0.130.840.61
HSV48°69°94°
CMYK 0.000.140.69   0.06
XYZ58.664062.507815.4519
Yxy62.50780.42940.4575
Hunter Lab79.0619-5.911143.7556
CIE-Lab83.1827-1.801266.6840

#efcd4a color RGB value is (239,205,74).

#efcd4a hex color red value is 239, green value is 205 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #efcd4a hue: 0.13 , saturation: 0.84 and the lightness value of efcd4a is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001101 01001010
Octal 357 315 112
Decimal 239 205 74
Hex EF CD 4A

RGB Percentages of Color #efcd4a

%46.14
%39.58
%14.29

CMYK Percentages of Color #efcd4a

%0
%14
%69
%6

Triadic Colors of #efcd4a

#efcd4a #4aefcd #cd4aef

Analogous Colors of #efcd4a

#efcd4a #bfef4a #ef7b4a

Monochromatic Colors of #efcd4a

#efcd4a

Complementary Color

#efcd4a #4a6cef

#efcd4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcd4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcd4a Color CSS Codes

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

#efcd4a Text Font Color

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

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


#efcd4a Background Color

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

This div background color is #efcd4a


#efcd4a Border Color

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

This div border color is #efcd4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcd4a


Comments

No comments written yet.

Please login to write comment.