Color Hex Logo

#ece13e Color Hex

#ECE13E
(236,225,62)
0 Favorites   0 Comments

Color spaces of #ece13e

RGB 23622562
HSL0.160.820.58
HSV56°74°93°
CMYK 0.000.050.74   0.07
XYZ62.386872.031115.1727
Yxy72.03110.41710.4815
Hunter Lab84.8711-17.313348.8103
CIE-Lab87.9836-13.673375.5934

#ece13e color RGB value is (236,225,62).

#ece13e hex color red value is 236, green value is 225 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ece13e hue: 0.16 , saturation: 0.82 and the lightness value of ece13e is 0.58.

The process color (four color CMYK) of #ece13e color hex is 0.00, 0.05, 0.74, 0.07. Web safe color of #ece13e is #ffcc33. Color #ece13e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11100001 00111110
Octal 354 341 76
Decimal 236 225 62
Hex EC E1 3E

RGB Percentages of Color #ece13e

%45.12
%43.02
%11.85

CMYK Percentages of Color #ece13e

%0
%5
%74
%7

Triadic Colors of #ece13e

#ece13e #3eece1 #e13eec

Analogous Colors of #ece13e

#ece13e #a0ec3e #ec8a3e

Monochromatic Colors of #ece13e

#ece13e

Complementary Color

#ece13e #3e49ec

#ece13e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ece13e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ece13e Color CSS Codes

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

#ece13e Text Font Color

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

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


#ece13e Background Color

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

This div background color is #ece13e


#ece13e Border Color

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

This div border color is #ece13e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ece13e


Comments

No comments written yet.

Please login to write comment.