Color Hex Logo

#42eff6 Color Hex

#42EFF6
(66,239,246)
0 Favorites   0 Comments

Color spaces of #42eff6

RGB 66239246
HSL0.510.910.61
HSV182°73°96°
CMYK 0.730.030.00   0.04
XYZ49.747869.545197.9903
Yxy69.54510.22900.3201
Hunter Lab83.3937-39.4563-11.2921
CIE-Lab86.7733-40.0407-15.8997

#42eff6 color RGB value is (66,239,246).

#42eff6 hex color red value is 66, green value is 239 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #42eff6 hue: 0.51 , saturation: 0.91 and the lightness value of 42eff6 is 0.61.

The process color (four color CMYK) of #42eff6 color hex is 0.73, 0.03, 0.00, 0.04. Web safe color of #42eff6 is #33ffff. Color #42eff6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11101111 11110110
Octal 102 357 366
Decimal 66 239 246
Hex 42 EF F6

RGB Percentages of Color #42eff6

%11.98
%43.38
%44.65

CMYK Percentages of Color #42eff6

%73
%3
%0
%4

Triadic Colors of #42eff6

#42eff6 #f642ef #eff642

Analogous Colors of #42eff6

#42eff6 #4295f6 #42f6a3

Monochromatic Colors of #42eff6

#42eff6

Complementary Color

#42eff6 #f64942

#42eff6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42eff6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#42eff6 Color CSS Codes

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

#42eff6 Text Font Color

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

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


#42eff6 Background Color

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

This div background color is #42eff6


#42eff6 Border Color

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

This div border color is #42eff6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42eff6


Comments

No comments written yet.

Please login to write comment.