Color Hex Logo

#ece13d Color Hex

#ECE13D
(236,225,61)
0 Favorites   0 Comments

Color spaces of #ece13d

RGB 23622561
HSL0.160.820.58
HSV56°74°93°
CMYK 0.000.050.74   0.07
XYZ62.359672.020215.0295
Yxy72.02020.41740.4820
Hunter Lab84.8647-17.349348.9051
CIE-Lab87.9783-13.713975.9116

#ece13d color RGB value is (236,225,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11100001 00111101
Octal 354 341 75
Decimal 236 225 61
Hex EC E1 3D

RGB Percentages of Color #ece13d

%45.21
%43.10
%11.69

CMYK Percentages of Color #ece13d

%0
%5
%74
%7

Triadic Colors of #ece13d

#ece13d #3dece1 #e13dec

Analogous Colors of #ece13d

#ece13d #a0ec3d #ec8a3d

Monochromatic Colors of #ece13d

#ece13d

Complementary Color

#ece13d #3d48ec

#ece13d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ece13d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ece13d Color CSS Codes

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

#ece13d Text Font Color

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

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


#ece13d Background Color

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

This div background color is #ece13d


#ece13d Border Color

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

This div border color is #ece13d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ece13d


Comments

No comments written yet.

Please login to write comment.