Color Hex Logo

#ec9860 Color Hex

#EC9860
(236,152,96)
0 Favorites   0 Comments

Color spaces of #ec9860

RGB 23615296
HSL0.070.790.65
HSV24°59°93°
CMYK 0.000.360.59   0.07
XYZ47.931641.133916.4797
Yxy41.13390.45410.3897
Hunter Lab64.135721.163829.6604
CIE-Lab70.269626.131142.1565

#ec9860 color RGB value is (236,152,96).

#ec9860 hex color red value is 236, green value is 152 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #ec9860 hue: 0.07 , saturation: 0.79 and the lightness value of ec9860 is 0.65.

The process color (four color CMYK) of #ec9860 color hex is 0.00, 0.36, 0.59, 0.07. Web safe color of #ec9860 is #ff9966. Color #ec9860 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10011000 01100000
Octal 354 230 140
Decimal 236 152 96
Hex EC 98 60

RGB Percentages of Color #ec9860

%48.76
%31.40
%19.83

CMYK Percentages of Color #ec9860

%0
%36
%59
%7

Triadic Colors of #ec9860

#ec9860 #60ec98 #9860ec

Analogous Colors of #ec9860

#ec9860 #ecde60 #ec606e

Monochromatic Colors of #ec9860

#ec9860

Complementary Color

#ec9860 #60b4ec

#ec9860 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec9860 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec9860 Color CSS Codes

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

#ec9860 Text Font Color

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

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


#ec9860 Background Color

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

This div background color is #ec9860


#ec9860 Border Color

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

This div border color is #ec9860


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec9860


Comments

No comments written yet.

Please login to write comment.