Color Hex Logo

#ead44d Color Hex

#EAD44D
(234,212,77)
0 Favorites   0 Comments

Color spaces of #ead44d

RGB 23421277
HSL0.140.790.61
HSV52°67°92°
CMYK 0.000.090.67   0.08
XYZ58.814765.115216.4898
Yxy65.11520.41880.4637
Hunter Lab80.6940-11.112844.3699
CIE-Lab84.5431-7.300566.7441

#ead44d color RGB value is (234,212,77).

#ead44d hex color red value is 234, green value is 212 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ead44d hue: 0.14 , saturation: 0.79 and the lightness value of ead44d is 0.61.

The process color (four color CMYK) of #ead44d color hex is 0.00, 0.09, 0.67, 0.08. Web safe color of #ead44d is #ffcc66. Color #ead44d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010100 01001101
Octal 352 324 115
Decimal 234 212 77
Hex EA D4 4D

RGB Percentages of Color #ead44d

%44.74
%40.54
%14.72

CMYK Percentages of Color #ead44d

%0
%9
%67
%8

Triadic Colors of #ead44d

#ead44d #4dead4 #d44dea

Analogous Colors of #ead44d

#ead44d #b2ea4d #ea864d

Monochromatic Colors of #ead44d

#ead44d

Complementary Color

#ead44d #4d63ea

#ead44d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead44d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead44d Color CSS Codes

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

#ead44d Text Font Color

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

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


#ead44d Background Color

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

This div background color is #ead44d


#ead44d Border Color

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

This div border color is #ead44d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead44d


Comments

No comments written yet.

Please login to write comment.