Color Hex Logo

#42ddde Color Hex

#42DDDE
(66,221,222)
0 Favorites   0 Comments

Color spaces of #42ddde

RGB 66221222
HSL0.500.700.56
HSV180°70°87°
CMYK 0.700.000.00   0.13
XYZ41.288058.145178.1543
Yxy58.14510.23250.3274
Hunter Lab76.2529-36.7918-7.3913
CIE-Lab80.8194-38.6513-12.1420

#42ddde color RGB value is (66,221,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11011101 11011110
Octal 102 335 336
Decimal 66 221 222
Hex 42 DD DE

RGB Percentages of Color #42ddde

%12.97
%43.42
%43.61

CMYK Percentages of Color #42ddde

%70
%0
%0
%13

Triadic Colors of #42ddde

#42ddde #de42dd #ddde42

Analogous Colors of #42ddde

#42ddde #428fde #42de91

Monochromatic Colors of #42ddde

#42ddde

Complementary Color

#42ddde #de4342

#42ddde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42ddde Color Preview on White Background

Lorem ipsum dolor sit amet.

#42ddde Color CSS Codes

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

#42ddde Text Font Color

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

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


#42ddde Background Color

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

This div background color is #42ddde


#42ddde Border Color

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

This div border color is #42ddde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42ddde


Comments

No comments written yet.

Please login to write comment.