Color Hex Logo

#ece90c Color Hex

#ECE90C
(236,233,12)
0 Favorites   0 Comments

Color spaces of #ece90c

RGB 23623312
HSL0.160.900.49
HSV59°95°93°
CMYK 0.000.010.95   0.07
XYZ63.797376.137211.6813
Yxy76.13720.42080.5022
Hunter Lab87.2566-22.189653.1423
CIE-Lab89.9230-18.782687.5930

#ece90c color RGB value is (236,233,12).

#ece90c hex color red value is 236, green value is 233 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #ece90c hue: 0.16 , saturation: 0.90 and the lightness value of ece90c is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11101001 00001100
Octal 354 351 14
Decimal 236 233 12
Hex EC E9 C

RGB Percentages of Color #ece90c

%49.06
%48.44
%2.49

CMYK Percentages of Color #ece90c

%0
%1
%95
%7

Triadic Colors of #ece90c

#ece90c #0cece9 #e90cec

Analogous Colors of #ece90c

#ece90c #7fec0c #ec790c

Monochromatic Colors of #ece90c

#ece90c

Complementary Color

#ece90c #0c0fec

#ece90c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ece90c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ece90c Color CSS Codes

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

#ece90c Text Font Color

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

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


#ece90c Background Color

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

This div background color is #ece90c


#ece90c Border Color

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

This div border color is #ece90c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ece90c


Comments

No comments written yet.

Please login to write comment.