Color Hex Logo

#ead467 Color Hex

#EAD467
(234,212,103)
0 Favorites   0 Comments

Color spaces of #ead467

RGB 234212103
HSL0.140.760.66
HSV50°56°92°
CMYK 0.000.090.56   0.08
XYZ59.923365.558722.3278
Yxy65.55870.40540.4435
Hunter Lab80.9683-9.589740.3280
CIE-Lab84.7708-5.621855.8035

#ead467 color RGB value is (234,212,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010100 01100111
Octal 352 324 147
Decimal 234 212 103
Hex EA D4 67

RGB Percentages of Color #ead467

%42.62
%38.62
%18.76

CMYK Percentages of Color #ead467

%0
%9
%56
%8

Triadic Colors of #ead467

#ead467 #67ead4 #d467ea

Analogous Colors of #ead467

#ead467 #bfea67 #ea9367

Monochromatic Colors of #ead467

#ead467

Complementary Color

#ead467 #677dea

#ead467 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead467 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead467 Color CSS Codes

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

#ead467 Text Font Color

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

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


#ead467 Background Color

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

This div background color is #ead467


#ead467 Border Color

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

This div border color is #ead467


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead467


Comments

No comments written yet.

Please login to write comment.