Color Hex Logo

#eca992 Color Hex

#ECA992
(236,169,146)
0 Favorites   0 Comments

Color spaces of #eca992

RGB 236169146
HSL0.040.700.75
HSV15°38°93°
CMYK 0.000.280.38   0.07
XYZ53.968348.284133.6695
Yxy48.28410.39710.3552
Hunter Lab69.486817.033819.9120
CIE-Lab75.003821.777121.6577

#eca992 color RGB value is (236,169,146).

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

The process color (four color CMYK) of #eca992 color hex is 0.00, 0.28, 0.38, 0.07. Web safe color of #eca992 is #ff9999. Color #eca992 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101001 10010010
Octal 354 251 222
Decimal 236 169 146
Hex EC A9 92

RGB Percentages of Color #eca992

%42.83
%30.67
%26.50

CMYK Percentages of Color #eca992

%0
%28
%38
%7

Triadic Colors of #eca992

#eca992 #92eca9 #a992ec

Analogous Colors of #eca992

#eca992 #ecd692 #ec92a8

Monochromatic Colors of #eca992

#eca992

Complementary Color

#eca992 #92d5ec

#eca992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca992 Color CSS Codes

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

#eca992 Text Font Color

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

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


#eca992 Background Color

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

This div background color is #eca992


#eca992 Border Color

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

This div border color is #eca992


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,169,146, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca992


Comments

No comments written yet.

Please login to write comment.