Color Hex Logo

#42cdde Color Hex

#42CDDE
(66,205,222)
0 Favorites   0 Comments

Color spaces of #42cdde

RGB 66205222
HSL0.520.700.56
HSV187°70°87°
CMYK 0.700.080.00   0.13
XYZ37.262950.094876.8125
Yxy50.09480.22700.3051
Hunter Lab70.7777-29.8846-14.8010
CIE-Lab76.1274-31.1557-19.2009

#42cdde color RGB value is (66,205,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11001101 11011110
Octal 102 315 336
Decimal 66 205 222
Hex 42 CD DE

RGB Percentages of Color #42cdde

%13.39
%41.58
%45.03

CMYK Percentages of Color #42cdde

%70
%8
%0
%13

Triadic Colors of #42cdde

#42cdde #de42cd #cdde42

Analogous Colors of #42cdde

#42cdde #427fde #42dea1

Monochromatic Colors of #42cdde

#42cdde

Complementary Color

#42cdde #de5342

#42cdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42cdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#42cdde Color CSS Codes

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

#42cdde Text Font Color

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

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


#42cdde Background Color

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

This div background color is #42cdde


#42cdde Border Color

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

This div border color is #42cdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42cdde


Comments

No comments written yet.

Please login to write comment.