color codes Logo

#ecf12d color codes

#ECF12D
(236,241,45)
0 Favorites   0 Comments

Color spaces of #ecf12d

RGB 23624145
HSL0.170.880.56
HSV62°81°95°
CMYK 0.020.000.81   0.05
XYZ66.521080.932914.5982
Yxy80.93290.41050.4994
Hunter Lab89.9627-25.446853.3529
CIE-Lab92.1018-22.030684.0194

#ecf12d color RGB value is (236,241,45).

#ecf12d hex color red value is 236, green value is 241 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ecf12d hue: 0.17 , saturation: 0.88 and the lightness value of ecf12d is 0.56.

The process color (four color CMYK) of #ecf12d color code is 0.02, 0.00, 0.81, 0.05. Web safe color of #ecf12d is #ffff33. Color #ecf12d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11110001 00101101
Octal 354 361 55
Decimal 236 241 45
Hex EC F1 2D

RGB Percentages of Color #ecf12d

%45.21
%46.17
%8.62

CMYK Percentages of Color #ecf12d

%2
%0
%81
%5

Triadic Colors of #ecf12d

#ecf12d #2decf1 #f12dec

Analogous Colors of #ecf12d

#ecf12d #8af12d #f1942d

Monochromatic Colors of #ecf12d

#ecf12d

Complementary Color

#ecf12d #322df1

#ecf12d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecf12d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecf12d Color CSS Codes

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

#ecf12d Text Font Color

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

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


#ecf12d Background Color

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

This div background color is #ecf12d


#ecf12d Border Color

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

This div border color is #ecf12d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecf12d


Comments

No comments written yet.

Please login to write comment.