Color Hex Logo

#ecf960 Color Hex

#ECF960
(236,249,96)
0 Favorites   0 Comments

Color spaces of #ecf960

RGB 23624996
HSL0.180.930.68
HSV65°61°98°
CMYK 0.050.000.61   0.02
XYZ70.579186.428824.0288
Yxy86.42880.38990.4774
Hunter Lab92.9671-27.178149.7525
CIE-Lab94.4954-23.498169.6480

#ecf960 color RGB value is (236,249,96).

#ecf960 hex color red value is 236, green value is 249 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #ecf960 hue: 0.18 , saturation: 0.93 and the lightness value of ecf960 is 0.68.

The process color (four color CMYK) of #ecf960 color hex is 0.05, 0.00, 0.61, 0.02. Web safe color of #ecf960 is #ffff66. Color #ecf960 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11111001 01100000
Octal 354 371 140
Decimal 236 249 96
Hex EC F9 60

RGB Percentages of Color #ecf960

%40.62
%42.86
%16.52

CMYK Percentages of Color #ecf960

%5
%0
%61
%2

Triadic Colors of #ecf960

#ecf960 #60ecf9 #f960ec

Analogous Colors of #ecf960

#ecf960 #a0f960 #f9ba60

Monochromatic Colors of #ecf960

#ecf960

Complementary Color

#ecf960 #6d60f9

#ecf960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecf960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecf960 Color CSS Codes

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

#ecf960 Text Font Color

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

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


#ecf960 Background Color

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

This div background color is #ecf960


#ecf960 Border Color

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

This div border color is #ecf960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecf960

Related Colors


Comments

No comments written yet.

Please login to write comment.