Color Hex Logo

#efca4d Color Hex

#EFCA4D
(239,202,77)
0 Favorites   0 Comments

Color spaces of #efca4d

RGB 23920277
HSL0.130.840.62
HSV46°68°94°
CMYK 0.000.150.68   0.06
XYZ58.056761.127615.7601
Yxy61.12760.43020.4530
Hunter Lab78.1841-4.274642.7774
CIE-Lab82.4473-0.105364.7270

#efca4d color RGB value is (239,202,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001010 01001101
Octal 357 312 115
Decimal 239 202 77
Hex EF CA 4D

RGB Percentages of Color #efca4d

%46.14
%39.00
%14.86

CMYK Percentages of Color #efca4d

%0
%15
%68
%6

Triadic Colors of #efca4d

#efca4d #4defca #ca4def

Analogous Colors of #efca4d

#efca4d #c3ef4d #ef794d

Monochromatic Colors of #efca4d

#efca4d

Complementary Color

#efca4d #4d72ef

#efca4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efca4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efca4d Color CSS Codes

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

#efca4d Text Font Color

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

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


#efca4d Background Color

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

This div background color is #efca4d


#efca4d Border Color

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

This div border color is #efca4d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,202,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 #efca4d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efca4d


Comments

No comments written yet.

Please login to write comment.