Color Hex Logo

#42cddc Color Hex

#42CDDC
(66,205,220)
0 Favorites   0 Comments

Color spaces of #42cddc

RGB 66205220
HSL0.520.690.56
HSV186°70°86°
CMYK 0.700.070.00   0.14
XYZ36.996449.988275.4089
Yxy49.98820.22780.3078
Hunter Lab70.7023-30.3254-13.7452
CIE-Lab76.0620-31.7483-18.2225

#42cddc color RGB value is (66,205,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11001101 11011100
Octal 102 315 334
Decimal 66 205 220
Hex 42 CD DC

RGB Percentages of Color #42cddc

%13.44
%41.75
%44.81

CMYK Percentages of Color #42cddc

%70
%7
%0
%14

Triadic Colors of #42cddc

#42cddc #dc42cd #cddc42

Analogous Colors of #42cddc

#42cddc #4280dc #42dc9e

Monochromatic Colors of #42cddc

#42cddc

Complementary Color

#42cddc #dc5142

#42cddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42cddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#42cddc Color CSS Codes

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

#42cddc Text Font Color

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

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


#42cddc Background Color

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

This div background color is #42cddc


#42cddc Border Color

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

This div border color is #42cddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42cddc


Comments

No comments written yet.

Please login to write comment.