Color Hex Logo

#ece428 Color Hex

#ECE428
(236,228,40)
0 Favorites   0 Comments

Color spaces of #ece428

RGB 23622840
HSL0.160.840.54
HSV58°83°93°
CMYK 0.000.030.83   0.07
XYZ62.718573.472912.8835
Yxy73.47290.42070.4929
Hunter Lab85.7163-19.395451.0899
CIE-Lab88.6728-15.875382.2832

#ece428 color RGB value is (236,228,40).

#ece428 hex color red value is 236, green value is 228 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #ece428 hue: 0.16 , saturation: 0.84 and the lightness value of ece428 is 0.54.

The process color (four color CMYK) of #ece428 color hex is 0.00, 0.03, 0.83, 0.07. Web safe color of #ece428 is #ffcc33. Color #ece428 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11100100 00101000
Octal 354 344 50
Decimal 236 228 40
Hex EC E4 28

RGB Percentages of Color #ece428

%46.83
%45.24
%7.94

CMYK Percentages of Color #ece428

%0
%3
%83
%7

Triadic Colors of #ece428

#ece428 #28ece4 #e428ec

Analogous Colors of #ece428

#ece428 #92ec28 #ec8228

Monochromatic Colors of #ece428

#ece428

Complementary Color

#ece428 #2830ec

#ece428 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ece428 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ece428 Color CSS Codes

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

#ece428 Text Font Color

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

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


#ece428 Background Color

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

This div background color is #ece428


#ece428 Border Color

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

This div border color is #ece428


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ece428


Comments

No comments written yet.

Please login to write comment.