Color Hex Logo

#42dcad Color Hex

#42DCAD
(66,220,173)
0 Favorites   0 Comments

Color spaces of #42dcad

RGB 66220173
HSL0.450.690.56
HSV162°70°86°
CMYK 0.700.000.21   0.14
XYZ35.382855.361848.3562
Yxy55.36180.25440.3980
Hunter Lab74.4055-45.325713.5512
CIE-Lab79.2492-50.872811.6323

#42dcad color RGB value is (66,220,173).

#42dcad hex color red value is 66, green value is 220 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #42dcad hue: 0.45 , saturation: 0.69 and the lightness value of 42dcad is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11011100 10101101
Octal 102 334 255
Decimal 66 220 173
Hex 42 DC AD

RGB Percentages of Color #42dcad

%14.38
%47.93
%37.69

CMYK Percentages of Color #42dcad

%70
%0
%21
%14

Triadic Colors of #42dcad

#42dcad #ad42dc #dcad42

Analogous Colors of #42dcad

#42dcad #42bedc #42dc60

Monochromatic Colors of #42dcad

#42dcad

Complementary Color

#42dcad #dc4271

#42dcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42dcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#42dcad Color CSS Codes

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

#42dcad Text Font Color

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

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


#42dcad Background Color

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

This div background color is #42dcad


#42dcad Border Color

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

This div border color is #42dcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42dcad


Comments

No comments written yet.

Please login to write comment.