Color Hex Logo

#42ffdf Color Hex

#42FFDF
(66,255,223)
0 Favorites   0 Comments

Color spaces of #42ffdf

RGB 66255223
HSL0.471.000.63
HSV170°74°100°
CMYK 0.740.000.13   0.00
XYZ51.326078.006082.1635
Yxy78.00600.24270.3688
Hunter Lab88.3210-50.83006.6682
CIE-Lab90.7826-53.10572.0249

#42ffdf color RGB value is (66,255,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11111111 11011111
Octal 102 377 337
Decimal 66 255 223
Hex 42 FF DF

RGB Percentages of Color #42ffdf

%12.13
%46.88
%40.99

CMYK Percentages of Color #42ffdf

%74
%0
%13
%0

Triadic Colors of #42ffdf

#42ffdf #df42ff #ffdf42

Analogous Colors of #42ffdf

#42ffdf #42c1ff #42ff81

Monochromatic Colors of #42ffdf

#42ffdf

Complementary Color

#42ffdf #ff4262

#42ffdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42ffdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#42ffdf Color CSS Codes

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

#42ffdf Text Font Color

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

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


#42ffdf Background Color

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

This div background color is #42ffdf


#42ffdf Border Color

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

This div border color is #42ffdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,255,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 #42ffdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42ffdf

Related Colors


Comments

No comments written yet.

Please login to write comment.