Color Hex Logo

#42dbdc Color Hex

#42DBDC
(66,219,220)
0 Favorites   0 Comments

Color spaces of #42dbdc

RGB 66219220
HSL0.500.690.56
HSV180°70°86°
CMYK 0.700.000.00   0.14
XYZ40.496656.988676.5757
Yxy56.98860.23270.3274
Hunter Lab75.4908-36.3536-7.2985
CIE-Lab80.1732-38.3009-12.0423

#42dbdc color RGB value is (66,219,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11011011 11011100
Octal 102 333 334
Decimal 66 219 220
Hex 42 DB DC

RGB Percentages of Color #42dbdc

%13.07
%43.37
%43.56

CMYK Percentages of Color #42dbdc

%70
%0
%0
%14

Triadic Colors of #42dbdc

#42dbdc #dc42db #dbdc42

Analogous Colors of #42dbdc

#42dbdc #428edc #42dc90

Monochromatic Colors of #42dbdc

#42dbdc

Complementary Color

#42dbdc #dc4342

#42dbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42dbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#42dbdc Color CSS Codes

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

#42dbdc Text Font Color

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

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


#42dbdc Background Color

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

This div background color is #42dbdc


#42dbdc Border Color

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

This div border color is #42dbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42dbdc


Comments

No comments written yet.

Please login to write comment.