Color Hex Logo

#eacd41 Color Hex

#EACD41
(234,205,65)
0 Favorites   0 Comments

Color spaces of #eacd41

RGB 23420565
HSL0.140.800.59
HSV50°72°92°
CMYK 0.000.120.72   0.08
XYZ56.717161.536713.8895
Yxy61.53670.42920.4657
Hunter Lab78.4453-8.221344.4139
CIE-Lab82.6664-4.338269.4355

#eacd41 color RGB value is (234,205,65).

#eacd41 hex color red value is 234, green value is 205 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #eacd41 hue: 0.14 , saturation: 0.80 and the lightness value of eacd41 is 0.59.

The process color (four color CMYK) of #eacd41 color hex is 0.00, 0.12, 0.72, 0.08. Web safe color of #eacd41 is #ffcc33. Color #eacd41 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001101 01000001
Octal 352 315 101
Decimal 234 205 65
Hex EA CD 41

RGB Percentages of Color #eacd41

%46.43
%40.67
%12.90

CMYK Percentages of Color #eacd41

%0
%12
%72
%8

Triadic Colors of #eacd41

#eacd41 #41eacd #cd41ea

Analogous Colors of #eacd41

#eacd41 #b3ea41 #ea7941

Monochromatic Colors of #eacd41

#eacd41

Complementary Color

#eacd41 #415eea

#eacd41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eacd41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eacd41 Color CSS Codes

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

#eacd41 Text Font Color

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

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


#eacd41 Background Color

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

This div background color is #eacd41


#eacd41 Border Color

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

This div border color is #eacd41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eacd41


Comments

No comments written yet.

Please login to write comment.