Color Hex Logo

#ead383 Color Hex

#EAD383
(234,211,131)
0 Favorites   0 Comments

Color spaces of #ead383

RGB 234211131
HSL0.130.710.72
HSV47°44°92°
CMYK 0.000.100.44   0.08
XYZ61.322765.719630.9258
Yxy65.71960.38820.4160
Hunter Lab81.0676-6.844034.1293
CIE-Lab84.8532-2.665142.4177

#ead383 color RGB value is (234,211,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010011 10000011
Octal 352 323 203
Decimal 234 211 131
Hex EA D3 83

RGB Percentages of Color #ead383

%40.63
%36.63
%22.74

CMYK Percentages of Color #ead383

%0
%10
%44
%8

Triadic Colors of #ead383

#ead383 #83ead3 #d383ea

Analogous Colors of #ead383

#ead383 #ceea83 #eaa083

Monochromatic Colors of #ead383

#ead383

Complementary Color

#ead383 #839aea

#ead383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead383 Color CSS Codes

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

#ead383 Text Font Color

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

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


#ead383 Background Color

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

This div background color is #ead383


#ead383 Border Color

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

This div border color is #ead383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead383

#ead383 Color Palettes


Comments

No comments written yet.

Please login to write comment.