Color Hex Logo

#ead693 Color Hex

#EAD693
(234,214,147)
0 Favorites   0 Comments

Color spaces of #ead693

RGB 234214147
HSL0.130.670.75
HSV46°37°92°
CMYK 0.000.090.37   0.08
XYZ63.244767.692137.3363
Yxy67.69210.37580.4023
Hunter Lab82.2752-6.769230.6870
CIE-Lab85.8523-2.503935.6205

#ead693 color RGB value is (234,214,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010110 10010011
Octal 352 326 223
Decimal 234 214 147
Hex EA D6 93

RGB Percentages of Color #ead693

%39.33
%35.97
%24.71

CMYK Percentages of Color #ead693

%0
%9
%37
%8

Triadic Colors of #ead693

#ead693 #93ead6 #d693ea

Analogous Colors of #ead693

#ead693 #d3ea93 #eaab93

Monochromatic Colors of #ead693

#ead693

Complementary Color

#ead693 #93a7ea

#ead693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead693 Color CSS Codes

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

#ead693 Text Font Color

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

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


#ead693 Background Color

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

This div background color is #ead693


#ead693 Border Color

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

This div border color is #ead693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead693


Comments

No comments written yet.

Please login to write comment.