Color Hex Logo

#ec9868 Color Hex

#EC9868
(236,152,104)
0 Favorites   0 Comments

Color spaces of #ec9868

RGB 236152104
HSL0.060.780.67
HSV22°56°93°
CMYK 0.000.360.56   0.07
XYZ48.319041.288818.5196
Yxy41.28880.44690.3819
Hunter Lab64.256421.778427.8912
CIE-Lab70.377826.734338.1151

#ec9868 color RGB value is (236,152,104).

#ec9868 hex color red value is 236, green value is 152 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #ec9868 hue: 0.06 , saturation: 0.78 and the lightness value of ec9868 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10011000 01101000
Octal 354 230 150
Decimal 236 152 104
Hex EC 98 68

RGB Percentages of Color #ec9868

%47.97
%30.89
%21.14

CMYK Percentages of Color #ec9868

%0
%36
%56
%7

Triadic Colors of #ec9868

#ec9868 #68ec98 #9868ec

Analogous Colors of #ec9868

#ec9868 #ecda68 #ec687a

Monochromatic Colors of #ec9868

#ec9868

Complementary Color

#ec9868 #68bcec

#ec9868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec9868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec9868 Color CSS Codes

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

#ec9868 Text Font Color

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

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


#ec9868 Background Color

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

This div background color is #ec9868


#ec9868 Border Color

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

This div border color is #ec9868


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec9868


Comments

No comments written yet.

Please login to write comment.