Color Hex Logo

#42ffde Color Hex

#42FFDE
(66,255,222)
0 Favorites   0 Comments

Color spaces of #42ffde

RGB 66255222
HSL0.471.000.63
HSV170°74°100°
CMYK 0.740.000.13   0.00
XYZ51.191677.952281.4554
Yxy77.95220.24310.3701
Hunter Lab88.2905-51.01267.1034
CIE-Lab90.7581-53.35562.5072

#42ffde color RGB value is (66,255,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11111111 11011110
Octal 102 377 336
Decimal 66 255 222
Hex 42 FF DE

RGB Percentages of Color #42ffde

%12.15
%46.96
%40.88

CMYK Percentages of Color #42ffde

%74
%0
%13
%0

Triadic Colors of #42ffde

#42ffde #de42ff #ffde42

Analogous Colors of #42ffde

#42ffde #42c2ff #42ff80

Monochromatic Colors of #42ffde

#42ffde

Complementary Color

#42ffde #ff4263

#42ffde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42ffde Color Preview on White Background

Lorem ipsum dolor sit amet.

#42ffde Color CSS Codes

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

#42ffde Text Font Color

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

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


#42ffde Background Color

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

This div background color is #42ffde


#42ffde Border Color

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

This div border color is #42ffde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42ffde


Comments

No comments written yet.

Please login to write comment.