Color Hex Logo

#42dacf Color Hex

#42DACF
(66,218,207)
0 Favorites   0 Comments

Color spaces of #42dacf

RGB 66218207
HSL0.490.670.56
HSV176°70°85°
CMYK 0.700.000.05   0.15
XYZ38.580755.806167.7697
Yxy55.80610.23790.3441
Hunter Lab74.7035-38.5446-1.4944
CIE-Lab79.5033-41.4431-6.1000

#42dacf color RGB value is (66,218,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11011010 11001111
Octal 102 332 317
Decimal 66 218 207
Hex 42 DA CF

RGB Percentages of Color #42dacf

%13.44
%44.40
%42.16

CMYK Percentages of Color #42dacf

%70
%0
%5
%15

Triadic Colors of #42dacf

#42dacf #cf42da #dacf42

Analogous Colors of #42dacf

#42dacf #4299da #42da83

Monochromatic Colors of #42dacf

#42dacf

Complementary Color

#42dacf #da424d

#42dacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42dacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#42dacf Color CSS Codes

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

#42dacf Text Font Color

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

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


#42dacf Background Color

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

This div background color is #42dacf


#42dacf Border Color

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

This div border color is #42dacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42dacf


Comments

No comments written yet.

Please login to write comment.