Color Hex Logo

#ec8251 Color Hex

#EC8251
(236,130,81)
0 Favorites   0 Comments

Color spaces of #ec8251

RGB 23613081
HSL0.050.800.62
HSV19°66°93°
CMYK 0.000.450.66   0.07
XYZ44.059934.392212.1007
Yxy34.39220.48660.3798
Hunter Lab58.644931.478628.8176
CIE-Lab65.272736.651743.9685

#ec8251 color RGB value is (236,130,81).

#ec8251 hex color red value is 236, green value is 130 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #ec8251 hue: 0.05 , saturation: 0.80 and the lightness value of ec8251 is 0.62.

The process color (four color CMYK) of #ec8251 color hex is 0.00, 0.45, 0.66, 0.07. Web safe color of #ec8251 is #ff9966. Color #ec8251 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000010 01010001
Octal 354 202 121
Decimal 236 130 81
Hex EC 82 51

RGB Percentages of Color #ec8251

%52.80
%29.08
%18.12

CMYK Percentages of Color #ec8251

%0
%45
%66
%7

Triadic Colors of #ec8251

#ec8251 #51ec82 #8251ec

Analogous Colors of #ec8251

#ec8251 #ecd051 #ec516e

Monochromatic Colors of #ec8251

#ec8251

Complementary Color

#ec8251 #51bbec

#ec8251 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec8251 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec8251 Color CSS Codes

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

#ec8251 Text Font Color

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

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


#ec8251 Background Color

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

This div background color is #ec8251


#ec8251 Border Color

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

This div border color is #ec8251


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec8251


Comments

No comments written yet.

Please login to write comment.