Color Hex Logo

#42dfcf Color Hex

#42DFCF
(66,223,207)
0 Favorites   0 Comments

Color spaces of #42dfcf

RGB 66223207
HSL0.480.710.57
HSV174°70°87°
CMYK 0.700.000.07   0.13
XYZ39.896958.438668.2085
Yxy58.43860.23960.3509
Hunter Lab76.4451-40.61940.6098
CIE-Lab80.9820-43.6538-3.9183

#42dfcf color RGB value is (66,223,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11011111 11001111
Octal 102 337 317
Decimal 66 223 207
Hex 42 DF CF

RGB Percentages of Color #42dfcf

%13.31
%44.96
%41.73

CMYK Percentages of Color #42dfcf

%70
%0
%7
%13

Triadic Colors of #42dfcf

#42dfcf #cf42df #dfcf42

Analogous Colors of #42dfcf

#42dfcf #42a1df #42df81

Monochromatic Colors of #42dfcf

#42dfcf

Complementary Color

#42dfcf #df4252

#42dfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42dfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#42dfcf Color CSS Codes

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

#42dfcf Text Font Color

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

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


#42dfcf Background Color

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

This div background color is #42dfcf


#42dfcf Border Color

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

This div border color is #42dfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42dfcf


Comments

No comments written yet.

Please login to write comment.