Color Hex Logo

#42dcaf Color Hex

#42DCAF
(66,220,175)
0 Favorites   0 Comments

Color spaces of #42dcaf

RGB 66220175
HSL0.450.690.56
HSV162°70°86°
CMYK 0.700.000.20   0.14
XYZ35.577855.439849.3832
Yxy55.43980.25340.3949
Hunter Lab74.4579-45.009712.7972
CIE-Lab79.2939-50.406010.6367

#42dcaf color RGB value is (66,220,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11011100 10101111
Octal 102 334 257
Decimal 66 220 175
Hex 42 DC AF

RGB Percentages of Color #42dcaf

%14.32
%47.72
%37.96

CMYK Percentages of Color #42dcaf

%70
%0
%20
%14

Triadic Colors of #42dcaf

#42dcaf #af42dc #dcaf42

Analogous Colors of #42dcaf

#42dcaf #42bcdc #42dc62

Monochromatic Colors of #42dcaf

#42dcaf

Complementary Color

#42dcaf #dc426f

#42dcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42dcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#42dcaf Color CSS Codes

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

#42dcaf Text Font Color

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

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


#42dcaf Background Color

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

This div background color is #42dcaf


#42dcaf Border Color

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

This div border color is #42dcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42dcaf


Comments

No comments written yet.

Please login to write comment.