Color Hex Logo

#42efdf Color Hex

#42EFDF
(66,239,223)
0 Favorites   0 Comments

Color spaces of #42efdf

RGB 66239223
HSL0.480.840.60
HSV174°72°94°
CMYK 0.720.000.07   0.06
XYZ46.432668.219080.5324
Yxy68.21900.23790.3495
Hunter Lab82.5948-44.19290.0068
CIE-Lab86.1158-46.3643-4.8083

#42efdf color RGB value is (66,239,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11101111 11011111
Octal 102 357 337
Decimal 66 239 223
Hex 42 EF DF

RGB Percentages of Color #42efdf

%12.50
%45.27
%42.23

CMYK Percentages of Color #42efdf

%72
%0
%7
%6

Triadic Colors of #42efdf

#42efdf #df42ef #efdf42

Analogous Colors of #42efdf

#42efdf #42a9ef #42ef89

Monochromatic Colors of #42efdf

#42efdf

Complementary Color

#42efdf #ef4252

#42efdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42efdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#42efdf Color CSS Codes

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

#42efdf Text Font Color

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

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


#42efdf Background Color

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

This div background color is #42efdf


#42efdf Border Color

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

This div border color is #42efdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42efdf


Comments

No comments written yet.

Please login to write comment.