Color Hex Logo

#ecf512 Color Hex

#ECF512
(236,245,18)
0 Favorites   0 Comments

Color spaces of #ecf512

RGB 23624518
HSL0.170.920.52
HSV62°93°96°
CMYK 0.040.000.93   0.04
XYZ67.353783.181413.0780
Yxy83.18140.41170.5084
Hunter Lab91.2038-27.785155.3409
CIE-Lab93.0938-24.461789.4140

#ecf512 color RGB value is (236,245,18).

#ecf512 hex color red value is 236, green value is 245 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #ecf512 hue: 0.17 , saturation: 0.92 and the lightness value of ecf512 is 0.52.

The process color (four color CMYK) of #ecf512 color hex is 0.04, 0.00, 0.93, 0.04. Web safe color of #ecf512 is #ffff00. Color #ecf512 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11110101 00010010
Octal 354 365 22
Decimal 236 245 18
Hex EC F5 12

RGB Percentages of Color #ecf512

%47.29
%49.10
%3.61

CMYK Percentages of Color #ecf512

%4
%0
%93
%4

Triadic Colors of #ecf512

#ecf512 #12ecf5 #f512ec

Analogous Colors of #ecf512

#ecf512 #7bf512 #f58d12

Monochromatic Colors of #ecf512

#ecf512

Complementary Color

#ecf512 #1b12f5

#ecf512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecf512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecf512 Color CSS Codes

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

#ecf512 Text Font Color

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

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


#ecf512 Background Color

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

This div background color is #ecf512


#ecf512 Border Color

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

This div border color is #ecf512


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,245,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 #ecf512">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecf512


Comments

No comments written yet.

Please login to write comment.