Color Hex Logo

#ead394 Color Hex

#EAD394
(234,211,148)
0 Favorites   0 Comments

Color spaces of #ead394

RGB 234211148
HSL0.120.670.75
HSV44°37°92°
CMYK 0.000.100.37   0.08
XYZ62.571266.219137.5007
Yxy66.21910.37630.3982
Hunter Lab81.3751-5.153729.6395
CIE-Lab85.1081-0.851234.1323

#ead394 color RGB value is (234,211,148).

#ead394 hex color red value is 234, green value is 211 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #ead394 hue: 0.12 , saturation: 0.67 and the lightness value of ead394 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010011 10010100
Octal 352 323 224
Decimal 234 211 148
Hex EA D3 94

RGB Percentages of Color #ead394

%39.46
%35.58
%24.96

CMYK Percentages of Color #ead394

%0
%10
%37
%8

Triadic Colors of #ead394

#ead394 #94ead3 #d394ea

Analogous Colors of #ead394

#ead394 #d6ea94 #eaa894

Monochromatic Colors of #ead394

#ead394

Complementary Color

#ead394 #94abea

#ead394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead394 Color CSS Codes

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

#ead394 Text Font Color

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

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


#ead394 Background Color

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

This div background color is #ead394


#ead394 Border Color

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

This div border color is #ead394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead394


Comments

No comments written yet.

Please login to write comment.