Color Hex Logo

#eca394 Color Hex

#ECA394
(236,163,148)
0 Favorites   0 Comments

Color spaces of #eca394

RGB 236163148
HSL0.030.700.75
HSV10°37°93°
CMYK 0.000.310.37   0.07
XYZ53.034646.165434.1326
Yxy46.16540.39780.3462
Hunter Lab67.945120.424317.7769
CIE-Lab73.652725.198918.7111

#eca394 color RGB value is (236,163,148).

#eca394 hex color red value is 236, green value is 163 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #eca394 hue: 0.03 , saturation: 0.70 and the lightness value of eca394 is 0.75.

The process color (four color CMYK) of #eca394 color hex is 0.00, 0.31, 0.37, 0.07. Web safe color of #eca394 is #ff9999. Color #eca394 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100011 10010100
Octal 354 243 224
Decimal 236 163 148
Hex EC A3 94

RGB Percentages of Color #eca394

%43.14
%29.80
%27.06

CMYK Percentages of Color #eca394

%0
%31
%37
%7

Triadic Colors of #eca394

#eca394 #94eca3 #a394ec

Analogous Colors of #eca394

#eca394 #eccf94 #ec94b1

Monochromatic Colors of #eca394

#eca394

Complementary Color

#eca394 #94ddec

#eca394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca394 Color CSS Codes

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

#eca394 Text Font Color

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

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


#eca394 Background Color

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

This div background color is #eca394


#eca394 Border Color

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

This div border color is #eca394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca394


Comments

No comments written yet.

Please login to write comment.