Color Hex Logo

#42efcf Color Hex

#42EFCF
(66,239,207)
0 Favorites   0 Comments

Color spaces of #42efcf

RGB 66239207
HSL0.470.840.60
HSV169°72°94°
CMYK 0.720.000.13   0.06
XYZ44.375867.396269.7014
Yxy67.39620.24450.3714
Hunter Lab82.0952-47.18007.1276
CIE-Lab85.7036-50.49012.9829

#42efcf color RGB value is (66,239,207).

#42efcf hex color red value is 66, green value is 239 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #42efcf hue: 0.47 , saturation: 0.84 and the lightness value of 42efcf is 0.60.

The process color (four color CMYK) of #42efcf color hex is 0.72, 0.00, 0.13, 0.06. Web safe color of #42efcf is #33ffcc. Color #42efcf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11101111 11001111
Octal 102 357 317
Decimal 66 239 207
Hex 42 EF CF

RGB Percentages of Color #42efcf

%12.89
%46.68
%40.43

CMYK Percentages of Color #42efcf

%72
%0
%13
%6

Triadic Colors of #42efcf

#42efcf #cf42ef #efcf42

Analogous Colors of #42efcf

#42efcf #42b9ef #42ef79

Monochromatic Colors of #42efcf

#42efcf

Complementary Color

#42efcf #ef4262

#42efcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42efcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#42efcf Color CSS Codes

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

#42efcf Text Font Color

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

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


#42efcf Background Color

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

This div background color is #42efcf


#42efcf Border Color

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

This div border color is #42efcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42efcf


Comments

No comments written yet.

Please login to write comment.