Color Hex Logo

#42eddd Color Hex

#42EDDD
(66,237,221)
0 Favorites   0 Comments

Color spaces of #42eddd

RGB 66237221
HSL0.480.830.59
HSV174°72°93°
CMYK 0.720.000.07   0.07
XYZ45.582166.947178.9263
Yxy66.94710.23810.3497
Hunter Lab81.8212-43.74580.0826
CIE-Lab85.4772-46.0308-4.6989

#42eddd color RGB value is (66,237,221).

#42eddd hex color red value is 66, green value is 237 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #42eddd hue: 0.48 , saturation: 0.83 and the lightness value of 42eddd is 0.59.

The process color (four color CMYK) of #42eddd color hex is 0.72, 0.00, 0.07, 0.07. Web safe color of #42eddd is #33ffcc. Color #42eddd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11101101 11011101
Octal 102 355 335
Decimal 66 237 221
Hex 42 ED DD

RGB Percentages of Color #42eddd

%12.60
%45.23
%42.18

CMYK Percentages of Color #42eddd

%72
%0
%7
%7

Triadic Colors of #42eddd

#42eddd #dd42ed #eddd42

Analogous Colors of #42eddd

#42eddd #42a8ed #42ed88

Monochromatic Colors of #42eddd

#42eddd

Complementary Color

#42eddd #ed4252

#42eddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42eddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#42eddd Color CSS Codes

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

#42eddd Text Font Color

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

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


#42eddd Background Color

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

This div background color is #42eddd


#42eddd Border Color

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

This div border color is #42eddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42eddd


Comments

No comments written yet.

Please login to write comment.