Color Hex Logo

#42dadf Color Hex

#42DADF
(66,218,223)
0 Favorites   0 Comments

Color spaces of #42dadf

RGB 66218223
HSL0.510.710.57
HSV182°70°87°
CMYK 0.700.020.00   0.13
XYZ40.637556.628878.6007
Yxy56.62880.23110.3220
Hunter Lab75.2521-35.2980-9.2518
CIE-Lab79.9704-36.9909-13.9461

#42dadf color RGB value is (66,218,223).

#42dadf hex color red value is 66, green value is 218 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #42dadf hue: 0.51 , saturation: 0.71 and the lightness value of 42dadf is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11011010 11011111
Octal 102 332 337
Decimal 66 218 223
Hex 42 DA DF

RGB Percentages of Color #42dadf

%13.02
%43.00
%43.98

CMYK Percentages of Color #42dadf

%70
%2
%0
%13

Triadic Colors of #42dadf

#42dadf #df42da #dadf42

Analogous Colors of #42dadf

#42dadf #428cdf #42df96

Monochromatic Colors of #42dadf

#42dadf

Complementary Color

#42dadf #df4742

#42dadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42dadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#42dadf Color CSS Codes

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

#42dadf Text Font Color

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

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


#42dadf Background Color

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

This div background color is #42dadf


#42dadf Border Color

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

This div border color is #42dadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42dadf


Comments

No comments written yet.

Please login to write comment.