Color Hex Logo

#ead483 Color Hex

#EAD483
(234,212,131)
0 Favorites   0 Comments

Color spaces of #ead483

RGB 234212131
HSL0.130.710.72
HSV47°44°92°
CMYK 0.000.090.44   0.08
XYZ61.571966.218131.0089
Yxy66.21810.38770.4170
Hunter Lab81.3745-7.343634.3689
CIE-Lab85.1075-3.177042.7386

#ead483 color RGB value is (234,212,131).

#ead483 hex color red value is 234, green value is 212 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #ead483 hue: 0.13 , saturation: 0.71 and the lightness value of ead483 is 0.72.

The process color (four color CMYK) of #ead483 color hex is 0.00, 0.09, 0.44, 0.08. Web safe color of #ead483 is #ffcc99. Color #ead483 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010100 10000011
Octal 352 324 203
Decimal 234 212 131
Hex EA D4 83

RGB Percentages of Color #ead483

%40.55
%36.74
%22.70

CMYK Percentages of Color #ead483

%0
%9
%44
%8

Triadic Colors of #ead483

#ead483 #83ead4 #d483ea

Analogous Colors of #ead483

#ead483 #cdea83 #eaa183

Monochromatic Colors of #ead483

#ead483

Complementary Color

#ead483 #8399ea

#ead483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead483 Color CSS Codes

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

#ead483 Text Font Color

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

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


#ead483 Background Color

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

This div background color is #ead483


#ead483 Border Color

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

This div border color is #ead483


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead483


Comments

No comments written yet.

Please login to write comment.