Color Hex Logo

#ecfa01 Color Hex

#ECFA01
(236,250,1)
0 Favorites   0 Comments

Color spaces of #ecfa01

RGB 2362501
HSL0.180.990.49
HSV63°100°98°
CMYK 0.060.001.00   0.02
XYZ68.783286.206313.0429
Yxy86.20630.40930.5130
Hunter Lab92.8473-30.246456.6643
CIE-Lab94.4005-26.962491.7553

#ecfa01 color RGB value is (236,250,1).

#ecfa01 hex color red value is 236, green value is 250 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #ecfa01 hue: 0.18 , saturation: 0.99 and the lightness value of ecfa01 is 0.49.

The process color (four color CMYK) of #ecfa01 color hex is 0.06, 0.00, 1.00, 0.02. Web safe color of #ecfa01 is #ffff00. Color #ecfa01 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11111010 00000001
Octal 354 372 1
Decimal 236 250 1
Hex EC FA 1

RGB Percentages of Color #ecfa01

%48.46
%51.33
%0.21

CMYK Percentages of Color #ecfa01

%6
%0
%100
%2

Triadic Colors of #ecfa01

#ecfa01 #01ecfa #fa01ec

Analogous Colors of #ecfa01

#ecfa01 #70fa01 #fa8c01

Monochromatic Colors of #ecfa01

#ecfa01

Complementary Color

#ecfa01 #0f01fa

#ecfa01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecfa01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecfa01 Color CSS Codes

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

#ecfa01 Text Font Color

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

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


#ecfa01 Background Color

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

This div background color is #ecfa01


#ecfa01 Border Color

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

This div border color is #ecfa01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecfa01


Comments

No comments written yet.

Please login to write comment.