Color Hex Logo

#42ffef Color Hex

#42FFEF
(66,255,239)
0 Favorites   0 Comments

Color spaces of #42ffef

RGB 66255239
HSL0.491.000.63
HSV175°74°100°
CMYK 0.740.000.06   0.00
XYZ53.586878.910294.0682
Yxy78.91020.23650.3483
Hunter Lab88.8314-47.7764-0.6033
CIE-Lab91.1936-48.9847-5.6670

#42ffef color RGB value is (66,255,239).

#42ffef hex color red value is 66, green value is 255 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #42ffef hue: 0.49 , saturation: 1.00 and the lightness value of 42ffef is 0.63.

The process color (four color CMYK) of #42ffef color hex is 0.74, 0.00, 0.06, 0.00. Web safe color of #42ffef is #33ffff. Color #42ffef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11111111 11101111
Octal 102 377 357
Decimal 66 255 239
Hex 42 FF EF

RGB Percentages of Color #42ffef

%11.79
%45.54
%42.68

CMYK Percentages of Color #42ffef

%74
%0
%6
%0

Triadic Colors of #42ffef

#42ffef #ef42ff #ffef42

Analogous Colors of #42ffef

#42ffef #42b1ff #42ff91

Monochromatic Colors of #42ffef

#42ffef

Complementary Color

#42ffef #ff4252

#42ffef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42ffef Color Preview on White Background

Lorem ipsum dolor sit amet.

#42ffef Color CSS Codes

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

#42ffef Text Font Color

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

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


#42ffef Background Color

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

This div background color is #42ffef


#42ffef Border Color

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

This div border color is #42ffef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42ffef


Comments

No comments written yet.

Please login to write comment.