Color Hex Logo

#42dada Color Hex

#42DADA
(66,218,218)
0 Favorites   0 Comments

Color spaces of #42dada

RGB 66218218
HSL0.500.670.56
HSV180°70°85°
CMYK 0.700.000.00   0.15
XYZ39.973156.363075.1020
Yxy56.36300.23320.3288
Hunter Lab75.0753-36.3412-6.7584
CIE-Lab79.8200-38.4067-11.5029

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

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

The process color (four color CMYK) of #42dada color hex is 0.70, 0.00, 0.00, 0.15. Web safe color of #42dada is #33cccc. Color #42dada contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11011010 11011010
Octal 102 332 332
Decimal 66 218 218
Hex 42 DA DA

RGB Percentages of Color #42dada

%13.15
%43.43
%43.43

CMYK Percentages of Color #42dada

%70
%0
%0
%15

Triadic Colors of #42dada

#42dada #da42da #dada42

Analogous Colors of #42dada

#42dada #428eda #42da8e

Monochromatic Colors of #42dada

#42dada

Complementary Color

#42dada #da4242

#42dada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42dada Color Preview on White Background

Lorem ipsum dolor sit amet.

#42dada Color CSS Codes

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

#42dada Text Font Color

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

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


#42dada Background Color

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

This div background color is #42dada


#42dada Border Color

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

This div border color is #42dada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42dada


Comments

No comments written yet.

Please login to write comment.