Color Hex Logo

#42dadd Color Hex

#42DADD
(66,218,221)
0 Favorites   0 Comments

Color spaces of #42dadd

RGB 66218221
HSL0.500.700.56
HSV181°70°87°
CMYK 0.700.010.00   0.13
XYZ40.369356.521577.1887
Yxy56.52150.23190.3247
Hunter Lab75.1808-35.7185-8.2470
CIE-Lab79.9097-37.5599-12.9699

#42dadd color RGB value is (66,218,221).

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

The process color (four color CMYK) of #42dadd color hex is 0.70, 0.01, 0.00, 0.13. Web safe color of #42dadd is #33cccc. Color #42dadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11011010 11011101
Octal 102 332 335
Decimal 66 218 221
Hex 42 DA DD

RGB Percentages of Color #42dadd

%13.07
%43.17
%43.76

CMYK Percentages of Color #42dadd

%70
%1
%0
%13

Triadic Colors of #42dadd

#42dadd #dd42da #dadd42

Analogous Colors of #42dadd

#42dadd #428ddd #42dd93

Monochromatic Colors of #42dadd

#42dadd

Complementary Color

#42dadd #dd4542

#42dadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42dadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#42dadd Color CSS Codes

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

#42dadd Text Font Color

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

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


#42dadd Background Color

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

This div background color is #42dadd


#42dadd Border Color

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

This div border color is #42dadd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,218,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 #42dadd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42dadd


Comments

No comments written yet.

Please login to write comment.