Color Hex Logo

#ead793 Color Hex

#EAD793
(234,215,147)
0 Favorites   0 Comments

Color spaces of #ead793

RGB 234215147
HSL0.130.670.75
HSV47°37°92°
CMYK 0.000.080.37   0.08
XYZ63.498668.199937.4209
Yxy68.19990.37550.4033
Hunter Lab82.5832-7.271230.9422
CIE-Lab86.1063-3.015635.9529

#ead793 color RGB value is (234,215,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010111 10010011
Octal 352 327 223
Decimal 234 215 147
Hex EA D7 93

RGB Percentages of Color #ead793

%39.26
%36.07
%24.66

CMYK Percentages of Color #ead793

%0
%8
%37
%8

Triadic Colors of #ead793

#ead793 #93ead7 #d793ea

Analogous Colors of #ead793

#ead793 #d2ea93 #eaac93

Monochromatic Colors of #ead793

#ead793

Complementary Color

#ead793 #93a6ea

#ead793 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead793 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead793 Color CSS Codes

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

#ead793 Text Font Color

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

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


#ead793 Background Color

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

This div background color is #ead793


#ead793 Border Color

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

This div border color is #ead793


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead793

#ead793 Color Palettes


Comments

No comments written yet.

Please login to write comment.