Color Hex Logo

#66dd14 Color Hex

#66DD14
(102,221,20)
0 Favorites   0 Comments

Color spaces of #66dd14

RGB 10222120
HSL0.270.830.47
HSV96°91°87°
CMYK 0.540.000.91   0.13
XYZ31.462254.58829.5402
Yxy54.58820.32910.5711
Hunter Lab73.8838-53.285444.0629
CIE-Lab78.8035-62.759874.6237

#66dd14 color RGB value is (102,221,20).

#66dd14 hex color red value is 102, green value is 221 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #66dd14 hue: 0.27 , saturation: 0.83 and the lightness value of 66dd14 is 0.47.

The process color (four color CMYK) of #66dd14 color hex is 0.54, 0.00, 0.91, 0.13. Web safe color of #66dd14 is #66cc00. Color #66dd14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11011101 00010100
Octal 146 335 24
Decimal 102 221 20
Hex 66 DD 14

RGB Percentages of Color #66dd14

%29.74
%64.43
%5.83

CMYK Percentages of Color #66dd14

%54
%0
%91
%13

Triadic Colors of #66dd14

#66dd14 #1466dd #dd1466

Analogous Colors of #66dd14

#66dd14 #14dd27 #cbdd14

Monochromatic Colors of #66dd14

#66dd14

Complementary Color

#66dd14 #8b14dd

#66dd14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66dd14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#66dd14 Color CSS Codes

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

#66dd14 Text Font Color

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

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


#66dd14 Background Color

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

This div background color is #66dd14


#66dd14 Border Color

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

This div border color is #66dd14


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,221,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66dd14; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66dd14;
  -webkit-box-shadow: 1px 1px 3px 2px #66dd14;
  box-shadow:         1px 1px 3px 2px #66dd14; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,221,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66dd14


Comments

No comments written yet.

Please login to write comment.