Color Hex Logo

#ec982f Color Hex

#EC982F
(236,152,47)
0 Favorites   0 Comments

Color spaces of #ec982f

RGB 23615247
HSL0.090.830.55
HSV33°80°93°
CMYK 0.000.360.80   0.07
XYZ46.333440.49468.0635
Yxy40.49460.48830.4267
Hunter Lab63.635418.605337.0319
CIE-Lab69.820423.594263.9780

#ec982f color RGB value is (236,152,47).

#ec982f hex color red value is 236, green value is 152 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ec982f hue: 0.09 , saturation: 0.83 and the lightness value of ec982f is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10011000 00101111
Octal 354 230 57
Decimal 236 152 47
Hex EC 98 2F

RGB Percentages of Color #ec982f

%54.25
%34.94
%10.80

CMYK Percentages of Color #ec982f

%0
%36
%80
%7

Triadic Colors of #ec982f

#ec982f #2fec98 #982fec

Analogous Colors of #ec982f

#ec982f #e2ec2f #ec3a2f

Monochromatic Colors of #ec982f

#ec982f

Complementary Color

#ec982f #2f83ec

#ec982f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec982f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec982f Color CSS Codes

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

#ec982f Text Font Color

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

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


#ec982f Background Color

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

This div background color is #ec982f


#ec982f Border Color

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

This div border color is #ec982f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec982f


Comments

No comments written yet.

Please login to write comment.