Color Hex Logo

#66da5d Color Hex

#66DA5D
(102,218,93)
0 Favorites   0 Comments

Color spaces of #66da5d

RGB 10221893
HSL0.320.630.61
HSV116°57°85°
CMYK 0.530.000.57   0.15
XYZ32.526753.757919.0179
Yxy53.75790.30890.5105
Hunter Lab73.3198-49.122035.9450
CIE-Lab78.3204-56.819850.8241

#66da5d color RGB value is (102,218,93).

#66da5d hex color red value is 102, green value is 218 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #66da5d hue: 0.32 , saturation: 0.63 and the lightness value of 66da5d is 0.61.

The process color (four color CMYK) of #66da5d color hex is 0.53, 0.00, 0.57, 0.15. Web safe color of #66da5d is #66cc66. Color #66da5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11011010 01011101
Octal 146 332 135
Decimal 102 218 93
Hex 66 DA 5D

RGB Percentages of Color #66da5d

%24.70
%52.78
%22.52

CMYK Percentages of Color #66da5d

%53
%0
%57
%15

Triadic Colors of #66da5d

#66da5d #5d66da #da5d66

Analogous Colors of #66da5d

#66da5d #5dda93 #a5da5d

Monochromatic Colors of #66da5d

#66da5d

Complementary Color

#66da5d #d15dda

#66da5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66da5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#66da5d Color CSS Codes

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

#66da5d Text Font Color

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

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


#66da5d Background Color

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

This div background color is #66da5d


#66da5d Border Color

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

This div border color is #66da5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66da5d


Comments

No comments written yet.

Please login to write comment.