Color Hex Logo

#ec680d Color Hex

#EC680D
(236,104,13)
0 Favorites   0 Comments

Color spaces of #ec680d

RGB 23610413
HSL0.070.900.49
HSV24°94°93°
CMYK 0.000.560.94   0.07
XYZ39.615027.76263.6515
Yxy27.76260.55770.3909
Hunter Lab52.690241.996832.7743
CIE-Lab59.673747.308865.9757

#ec680d color RGB value is (236,104,13).

#ec680d hex color red value is 236, green value is 104 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ec680d hue: 0.07 , saturation: 0.90 and the lightness value of ec680d is 0.49.

The process color (four color CMYK) of #ec680d color hex is 0.00, 0.56, 0.94, 0.07. Web safe color of #ec680d is #ff6600. Color #ec680d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01101000 00001101
Octal 354 150 15
Decimal 236 104 13
Hex EC 68 D

RGB Percentages of Color #ec680d

%66.86
%29.46
%3.68

CMYK Percentages of Color #ec680d

%0
%56
%94
%7

Triadic Colors of #ec680d

#ec680d #0dec68 #680dec

Analogous Colors of #ec680d

#ec680d #ecd80d #ec0d22

Monochromatic Colors of #ec680d

#ec680d

Complementary Color

#ec680d #0d91ec

#ec680d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec680d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec680d Color CSS Codes

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

#ec680d Text Font Color

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

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


#ec680d Background Color

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

This div background color is #ec680d


#ec680d Border Color

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

This div border color is #ec680d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec680d


Comments

No comments written yet.

Please login to write comment.