Color Hex Logo

#ead46a Color Hex

#EAD46A
(234,212,106)
0 Favorites   0 Comments

Color spaces of #ead46a

RGB 234212106
HSL0.140.750.67
HSV50°55°92°
CMYK 0.000.090.55   0.08
XYZ60.076765.620023.1352
Yxy65.62000.40370.4409
Hunter Lab81.0062-9.379639.7712
CIE-Lab84.8022-5.391654.4528

#ead46a color RGB value is (234,212,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010100 01101010
Octal 352 324 152
Decimal 234 212 106
Hex EA D4 6A

RGB Percentages of Color #ead46a

%42.39
%38.41
%19.20

CMYK Percentages of Color #ead46a

%0
%9
%55
%8

Triadic Colors of #ead46a

#ead46a #6aead4 #d46aea

Analogous Colors of #ead46a

#ead46a #c0ea6a #ea946a

Monochromatic Colors of #ead46a

#ead46a

Complementary Color

#ead46a #6a80ea

#ead46a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead46a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead46a Color CSS Codes

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

#ead46a Text Font Color

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

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


#ead46a Background Color

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

This div background color is #ead46a


#ead46a Border Color

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

This div border color is #ead46a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead46a


Comments

No comments written yet.

Please login to write comment.