Color Hex Logo

#42efda Color Hex

#42EFDA
(66,239,218)
0 Favorites   0 Comments

Color spaces of #42efda

RGB 66239218
HSL0.480.840.60
HSV173°72°94°
CMYK 0.720.000.09   0.06
XYZ45.768267.953277.0337
Yxy67.95320.23990.3562
Hunter Lab82.4337-45.15372.2976
CIE-Lab85.9830-47.6792-2.3791

#42efda color RGB value is (66,239,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11101111 11011010
Octal 102 357 332
Decimal 66 239 218
Hex 42 EF DA

RGB Percentages of Color #42efda

%12.62
%45.70
%41.68

CMYK Percentages of Color #42efda

%72
%0
%9
%6

Triadic Colors of #42efda

#42efda #da42ef #efda42

Analogous Colors of #42efda

#42efda #42aeef #42ef84

Monochromatic Colors of #42efda

#42efda

Complementary Color

#42efda #ef4257

#42efda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42efda Color Preview on White Background

Lorem ipsum dolor sit amet.

#42efda Color CSS Codes

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

#42efda Text Font Color

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

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


#42efda Background Color

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

This div background color is #42efda


#42efda Border Color

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

This div border color is #42efda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42efda


Comments

No comments written yet.

Please login to write comment.