Color Hex Logo

#ece312 Color Hex

#ECE312
(236,227,18)
0 Favorites   0 Comments

Color spaces of #ece312

RGB 23622718
HSL0.160.860.50
HSV58°92°93°
CMYK 0.000.040.92   0.07
XYZ62.170372.814711.3502
Yxy72.81470.42480.4976
Hunter Lab85.3315-19.279851.8457
CIE-Lab88.3593-15.796085.8034

#ece312 color RGB value is (236,227,18).

#ece312 hex color red value is 236, green value is 227 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #ece312 hue: 0.16 , saturation: 0.86 and the lightness value of ece312 is 0.50.

The process color (four color CMYK) of #ece312 color hex is 0.00, 0.04, 0.92, 0.07. Web safe color of #ece312 is #ffcc00. Color #ece312 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11100011 00010010
Octal 354 343 22
Decimal 236 227 18
Hex EC E3 12

RGB Percentages of Color #ece312

%49.06
%47.19
%3.74

CMYK Percentages of Color #ece312

%0
%4
%92
%7

Triadic Colors of #ece312

#ece312 #12ece3 #e312ec

Analogous Colors of #ece312

#ece312 #88ec12 #ec7612

Monochromatic Colors of #ece312

#ece312

Complementary Color

#ece312 #121bec

#ece312 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ece312 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ece312 Color CSS Codes

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

#ece312 Text Font Color

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

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


#ece312 Background Color

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

This div background color is #ece312


#ece312 Border Color

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

This div border color is #ece312


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ece312


Comments

No comments written yet.

Please login to write comment.