Color Hex Logo

#42dd95 Color Hex

#42DD95
(66,221,149)
0 Favorites   0 Comments

Color spaces of #42dd95

RGB 66221149
HSL0.420.700.56
HSV152°70°87°
CMYK 0.700.000.33   0.13
XYZ33.528055.041137.2907
Yxy55.04110.26640.4373
Hunter Lab74.1897-49.163822.1313
CIE-Lab79.0649-56.476723.9753

#42dd95 color RGB value is (66,221,149).

#42dd95 hex color red value is 66, green value is 221 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #42dd95 hue: 0.42 , saturation: 0.70 and the lightness value of 42dd95 is 0.56.

The process color (four color CMYK) of #42dd95 color hex is 0.70, 0.00, 0.33, 0.13. Web safe color of #42dd95 is #33cc99. Color #42dd95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11011101 10010101
Octal 102 335 225
Decimal 66 221 149
Hex 42 DD 95

RGB Percentages of Color #42dd95

%15.14
%50.69
%34.17

CMYK Percentages of Color #42dd95

%70
%0
%33
%13

Triadic Colors of #42dd95

#42dd95 #9542dd #dd9542

Analogous Colors of #42dd95

#42dd95 #42d8dd #42dd48

Monochromatic Colors of #42dd95

#42dd95

Complementary Color

#42dd95 #dd428a

#42dd95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42dd95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#42dd95 Color CSS Codes

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

#42dd95 Text Font Color

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

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


#42dd95 Background Color

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

This div background color is #42dd95


#42dd95 Border Color

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

This div border color is #42dd95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42dd95


Comments

No comments written yet.

Please login to write comment.