Color Hex Logo

#42dedf Color Hex

#42DEDF
(66,222,223)
0 Favorites   0 Comments

Color spaces of #42dedf

RGB 66222223
HSL0.500.710.57
HSV180°70°87°
CMYK 0.700.000.00   0.13
XYZ41.687358.728578.9506
Yxy58.72850.23240.3274
Hunter Lab76.6345-37.0108-7.4377
CIE-Lab81.1421-38.8256-12.1917

#42dedf color RGB value is (66,222,223).

#42dedf hex color red value is 66, green value is 222 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #42dedf hue: 0.50 , saturation: 0.71 and the lightness value of 42dedf is 0.57.

The process color (four color CMYK) of #42dedf color hex is 0.70, 0.00, 0.00, 0.13. Web safe color of #42dedf is #33cccc. Color #42dedf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11011110 11011111
Octal 102 336 337
Decimal 66 222 223
Hex 42 DE DF

RGB Percentages of Color #42dedf

%12.92
%43.44
%43.64

CMYK Percentages of Color #42dedf

%70
%0
%0
%13

Triadic Colors of #42dedf

#42dedf #df42de #dedf42

Analogous Colors of #42dedf

#42dedf #4290df #42df92

Monochromatic Colors of #42dedf

#42dedf

Complementary Color

#42dedf #df4342

#42dedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42dedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#42dedf Color CSS Codes

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

#42dedf Text Font Color

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

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


#42dedf Background Color

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

This div background color is #42dedf


#42dedf Border Color

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

This div border color is #42dedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42dedf


Comments

No comments written yet.

Please login to write comment.