Color Hex Logo

#ec981f Color Hex

#EC981F
(236,152,31)
0 Favorites   0 Comments

Color spaces of #ec981f

RGB 23615231
HSL0.100.840.52
HSV35°87°93°
CMYK 0.000.360.87   0.07
XYZ46.067640.38836.6640
Yxy40.38830.49470.4337
Hunter Lab63.551818.175938.2691
CIE-Lab69.745223.164269.0192

#ec981f color RGB value is (236,152,31).

#ec981f hex color red value is 236, green value is 152 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ec981f hue: 0.10 , saturation: 0.84 and the lightness value of ec981f is 0.52.

The process color (four color CMYK) of #ec981f color hex is 0.00, 0.36, 0.87, 0.07. Web safe color of #ec981f is #ff9933. Color #ec981f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10011000 00011111
Octal 354 230 37
Decimal 236 152 31
Hex EC 98 1F

RGB Percentages of Color #ec981f

%56.32
%36.28
%7.40

CMYK Percentages of Color #ec981f

%0
%36
%87
%7

Triadic Colors of #ec981f

#ec981f #1fec98 #981fec

Analogous Colors of #ec981f

#ec981f #daec1f #ec311f

Monochromatic Colors of #ec981f

#ec981f

Complementary Color

#ec981f #1f73ec

#ec981f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec981f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec981f Color CSS Codes

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

#ec981f Text Font Color

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

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


#ec981f Background Color

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

This div background color is #ec981f


#ec981f Border Color

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

This div border color is #ec981f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec981f


Comments

No comments written yet.

Please login to write comment.