Color Hex Logo

#ecea06 Color Hex

#ECEA06
(236,234,6)
0 Favorites   0 Comments

Color spaces of #ecea06

RGB 2362346
HSL0.170.950.47
HSV59°97°93°
CMYK 0.000.010.97   0.07
XYZ64.047876.691711.5996
Yxy76.69170.42040.5034
Hunter Lab87.5738-22.706753.4484
CIE-Lab90.1795-19.316188.2574

#ecea06 color RGB value is (236,234,6).

#ecea06 hex color red value is 236, green value is 234 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #ecea06 hue: 0.17 , saturation: 0.95 and the lightness value of ecea06 is 0.47.

The process color (four color CMYK) of #ecea06 color hex is 0.00, 0.01, 0.97, 0.07. Web safe color of #ecea06 is #ffff00. Color #ecea06 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11101010 00000110
Octal 354 352 6
Decimal 236 234 6
Hex EC EA 6

RGB Percentages of Color #ecea06

%49.58
%49.16
%1.26

CMYK Percentages of Color #ecea06

%0
%1
%97
%7

Triadic Colors of #ecea06

#ecea06 #06ecea #ea06ec

Analogous Colors of #ecea06

#ecea06 #7bec06 #ec7706

Monochromatic Colors of #ecea06

#ecea06

Complementary Color

#ecea06 #0608ec

#ecea06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecea06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecea06 Color CSS Codes

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

#ecea06 Text Font Color

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

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


#ecea06 Background Color

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

This div background color is #ecea06


#ecea06 Border Color

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

This div border color is #ecea06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecea06


Comments

No comments written yet.

Please login to write comment.