Color Hex Logo

#ec934d Color Hex

#EC934D
(236,147,77)
0 Favorites   0 Comments

Color spaces of #ec934d

RGB 23614777
HSL0.070.810.61
HSV26°67°93°
CMYK 0.000.380.67   0.07
XYZ46.365339.236112.1508
Yxy39.23610.47430.4014
Hunter Lab62.638722.508332.3459
CIE-Lab68.921927.557050.1278

#ec934d color RGB value is (236,147,77).

#ec934d hex color red value is 236, green value is 147 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ec934d hue: 0.07 , saturation: 0.81 and the lightness value of ec934d is 0.61.

The process color (four color CMYK) of #ec934d color hex is 0.00, 0.38, 0.67, 0.07. Web safe color of #ec934d is #ff9966. Color #ec934d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010011 01001101
Octal 354 223 115
Decimal 236 147 77
Hex EC 93 4D

RGB Percentages of Color #ec934d

%51.30
%31.96
%16.74

CMYK Percentages of Color #ec934d

%0
%38
%67
%7

Triadic Colors of #ec934d

#ec934d #4dec93 #934dec

Analogous Colors of #ec934d

#ec934d #ece34d #ec4d56

Monochromatic Colors of #ec934d

#ec934d

Complementary Color

#ec934d #4da6ec

#ec934d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec934d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec934d Color CSS Codes

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

#ec934d Text Font Color

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

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


#ec934d Background Color

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

This div background color is #ec934d


#ec934d Border Color

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

This div border color is #ec934d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec934d


Comments

No comments written yet.

Please login to write comment.