Color Hex Logo

#ecab64 Color Hex

#ECAB64
(236,171,100)
0 Favorites   0 Comments

Color spaces of #ecab64

RGB 236171100
HSL0.090.780.66
HSV31°58°93°
CMYK 0.000.280.58   0.07
XYZ51.455247.878818.5861
Yxy47.87880.43640.4060
Hunter Lab69.194511.647832.5105
CIE-Lab74.748416.348745.5182

#ecab64 color RGB value is (236,171,100).

#ecab64 hex color red value is 236, green value is 171 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #ecab64 hue: 0.09 , saturation: 0.78 and the lightness value of ecab64 is 0.66.

The process color (four color CMYK) of #ecab64 color hex is 0.00, 0.28, 0.58, 0.07. Web safe color of #ecab64 is #ff9966. Color #ecab64 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101011 01100100
Octal 354 253 144
Decimal 236 171 100
Hex EC AB 64

RGB Percentages of Color #ecab64

%46.55
%33.73
%19.72

CMYK Percentages of Color #ecab64

%0
%28
%58
%7

Triadic Colors of #ecab64

#ecab64 #64ecab #ab64ec

Analogous Colors of #ecab64

#ecab64 #e9ec64 #ec6764

Monochromatic Colors of #ecab64

#ecab64

Complementary Color

#ecab64 #64a5ec

#ecab64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecab64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecab64 Color CSS Codes

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

#ecab64 Text Font Color

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

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


#ecab64 Background Color

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

This div background color is #ecab64


#ecab64 Border Color

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

This div border color is #ecab64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecab64


Comments

No comments written yet.

Please login to write comment.