Color Hex Logo

#ece030 Color Hex

#ECE030
(236,224,48)
0 Favorites   0 Comments

Color spaces of #ece030

RGB 23622448
HSL0.160.830.56
HSV56°80°93°
CMYK 0.000.050.80   0.07
XYZ61.781271.357613.3135
Yxy71.35760.42190.4872
Hunter Lab84.4734-17.279249.7870
CIE-Lab87.6585-13.682679.4539

#ece030 color RGB value is (236,224,48).

#ece030 hex color red value is 236, green value is 224 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #ece030 hue: 0.16 , saturation: 0.83 and the lightness value of ece030 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11100000 00110000
Octal 354 340 60
Decimal 236 224 48
Hex EC E0 30

RGB Percentages of Color #ece030

%46.46
%44.09
%9.45

CMYK Percentages of Color #ece030

%0
%5
%80
%7

Triadic Colors of #ece030

#ece030 #30ece0 #e030ec

Analogous Colors of #ece030

#ece030 #9aec30 #ec8230

Monochromatic Colors of #ece030

#ece030

Complementary Color

#ece030 #303cec

#ece030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ece030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ece030 Color CSS Codes

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

#ece030 Text Font Color

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

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


#ece030 Background Color

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

This div background color is #ece030


#ece030 Border Color

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

This div border color is #ece030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ece030


Comments

No comments written yet.

Please login to write comment.