Color Hex Logo

#42cddd Color Hex

#42CDDD
(66,205,221)
0 Favorites   0 Comments

Color spaces of #42cddd

RGB 66205221
HSL0.520.700.56
HSV186°70°87°
CMYK 0.700.070.00   0.13
XYZ37.129250.041476.1086
Yxy50.04140.22740.3065
Hunter Lab70.7399-30.1058-14.2717
CIE-Lab76.0947-31.4527-18.7118

#42cddd color RGB value is (66,205,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11001101 11011101
Octal 102 315 335
Decimal 66 205 221
Hex 42 CD DD

RGB Percentages of Color #42cddd

%13.41
%41.67
%44.92

CMYK Percentages of Color #42cddd

%70
%7
%0
%13

Triadic Colors of #42cddd

#42cddd #dd42cd #cddd42

Analogous Colors of #42cddd

#42cddd #4280dd #42dda0

Monochromatic Colors of #42cddd

#42cddd

Complementary Color

#42cddd #dd5242

#42cddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42cddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#42cddd Color CSS Codes

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

#42cddd Text Font Color

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

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


#42cddd Background Color

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

This div background color is #42cddd


#42cddd Border Color

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

This div border color is #42cddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42cddd


Comments

No comments written yet.

Please login to write comment.