Color Hex Logo

#ead364 Color Hex

#EAD364
(234,211,100)
0 Favorites   0 Comments

Color spaces of #ead364

RGB 234211100
HSL0.140.760.65
HSV50°57°92°
CMYK 0.000.100.57   0.08
XYZ59.526265.001121.4657
Yxy65.00110.40770.4452
Hunter Lab80.6233-9.299640.6505
CIE-Lab84.4843-5.336056.8474

#ead364 color RGB value is (234,211,100).

#ead364 hex color red value is 234, green value is 211 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #ead364 hue: 0.14 , saturation: 0.76 and the lightness value of ead364 is 0.65.

The process color (four color CMYK) of #ead364 color hex is 0.00, 0.10, 0.57, 0.08. Web safe color of #ead364 is #ffcc66. Color #ead364 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010011 01100100
Octal 352 323 144
Decimal 234 211 100
Hex EA D3 64

RGB Percentages of Color #ead364

%42.94
%38.72
%18.35

CMYK Percentages of Color #ead364

%0
%10
%57
%8

Triadic Colors of #ead364

#ead364 #64ead3 #d364ea

Analogous Colors of #ead364

#ead364 #beea64 #ea9064

Monochromatic Colors of #ead364

#ead364

Complementary Color

#ead364 #647bea

#ead364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead364 Color CSS Codes

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

#ead364 Text Font Color

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

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


#ead364 Background Color

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

This div background color is #ead364


#ead364 Border Color

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

This div border color is #ead364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead364


Comments

No comments written yet.

Please login to write comment.