Color Hex Logo

#42dadb Color Hex

#42DADB
(66,218,219)
0 Favorites   0 Comments

Color spaces of #42dadb

RGB 66218219
HSL0.500.680.56
HSV180°70°86°
CMYK 0.700.000.00   0.14
XYZ40.104456.415575.7934
Yxy56.41550.23270.3274
Hunter Lab75.1103-36.1346-7.2521
CIE-Lab79.8497-38.1252-11.9922

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11011010 11011011
Octal 102 332 333
Decimal 66 218 219
Hex 42 DA DB

RGB Percentages of Color #42dadb

%13.12
%43.34
%43.54

CMYK Percentages of Color #42dadb

%70
%0
%0
%14

Triadic Colors of #42dadb

#42dadb #db42da #dadb42

Analogous Colors of #42dadb

#42dadb #428edb #42db90

Monochromatic Colors of #42dadb

#42dadb

Complementary Color

#42dadb #db4342

#42dadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42dadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#42dadb Color CSS Codes

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

#42dadb Text Font Color

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

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


#42dadb Background Color

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

This div background color is #42dadb


#42dadb Border Color

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

This div border color is #42dadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42dadb


Comments

No comments written yet.

Please login to write comment.