Color Hex Logo

#ead783 Color Hex

#EAD783
(234,215,131)
0 Favorites   0 Comments

Color spaces of #ead783

RGB 234215131
HSL0.140.710.72
HSV49°44°92°
CMYK 0.000.080.44   0.08
XYZ62.328967.732031.2612
Yxy67.73200.38640.4199
Hunter Lab82.2995-8.838335.0885
CIE-Lab85.8723-4.707443.7012

#ead783 color RGB value is (234,215,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010111 10000011
Octal 352 327 203
Decimal 234 215 131
Hex EA D7 83

RGB Percentages of Color #ead783

%40.34
%37.07
%22.59

CMYK Percentages of Color #ead783

%0
%8
%44
%8

Triadic Colors of #ead783

#ead783 #83ead7 #d783ea

Analogous Colors of #ead783

#ead783 #caea83 #eaa483

Monochromatic Colors of #ead783

#ead783

Complementary Color

#ead783 #8396ea

#ead783 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead783 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead783 Color CSS Codes

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

#ead783 Text Font Color

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

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


#ead783 Background Color

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

This div background color is #ead783


#ead783 Border Color

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

This div border color is #ead783


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,215,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 #ead783">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead783


Comments

No comments written yet.

Please login to write comment.