Color Hex Logo

#42dbdb Color Hex

#42DBDB
(66,219,219)
0 Favorites   0 Comments

Color spaces of #42dbdb

RGB 66219219
HSL0.500.680.56
HSV180°70°86°
CMYK 0.700.000.00   0.14
XYZ40.364556.935875.8801
Yxy56.93580.23310.3288
Hunter Lab75.4558-36.5605-6.8043
CIE-Lab80.1435-38.5824-11.5533

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11011011 11011011
Octal 102 333 333
Decimal 66 219 219
Hex 42 DB DB

RGB Percentages of Color #42dbdb

%13.10
%43.45
%43.45

CMYK Percentages of Color #42dbdb

%70
%0
%0
%14

Triadic Colors of #42dbdb

#42dbdb #db42db #dbdb42

Analogous Colors of #42dbdb

#42dbdb #428fdb #42db8f

Monochromatic Colors of #42dbdb

#42dbdb

Complementary Color

#42dbdb #db4242

#42dbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42dbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#42dbdb Color CSS Codes

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

#42dbdb Text Font Color

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

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


#42dbdb Background Color

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

This div background color is #42dbdb


#42dbdb Border Color

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

This div border color is #42dbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42dbdb


Comments

No comments written yet.

Please login to write comment.