Color Hex Logo

#ead368 Color Hex

#EAD368
(234,211,104)
0 Favorites   0 Comments

Color spaces of #ead368

RGB 234211104
HSL0.140.760.66
HSV49°56°92°
CMYK 0.000.100.56   0.08
XYZ59.724665.080422.5107
Yxy65.08040.40540.4418
Hunter Lab80.6724-9.027039.9265
CIE-Lab84.5251-5.037355.0587

#ead368 color RGB value is (234,211,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010011 01101000
Octal 352 323 150
Decimal 234 211 104
Hex EA D3 68

RGB Percentages of Color #ead368

%42.62
%38.43
%18.94

CMYK Percentages of Color #ead368

%0
%10
%56
%8

Triadic Colors of #ead368

#ead368 #68ead3 #d368ea

Analogous Colors of #ead368

#ead368 #c0ea68 #ea9268

Monochromatic Colors of #ead368

#ead368

Complementary Color

#ead368 #687fea

#ead368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead368 Color CSS Codes

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

#ead368 Text Font Color

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

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


#ead368 Background Color

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

This div background color is #ead368


#ead368 Border Color

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

This div border color is #ead368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead368


Comments

No comments written yet.

Please login to write comment.