Color Hex Logo

#42cadd Color Hex

#42CADD
(66,202,221)
0 Favorites   0 Comments

Color spaces of #42cadd

RGB 66202221
HSL0.520.700.56
HSV187°70°87°
CMYK 0.700.090.00   0.13
XYZ36.418448.619875.8717
Yxy48.61980.22630.3022
Hunter Lab69.7279-28.7945-15.7046
CIE-Lab75.2142-30.0050-20.0455

#42cadd color RGB value is (66,202,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11001010 11011101
Octal 102 312 335
Decimal 66 202 221
Hex 42 CA DD

RGB Percentages of Color #42cadd

%13.50
%41.31
%45.19

CMYK Percentages of Color #42cadd

%70
%9
%0
%13

Triadic Colors of #42cadd

#42cadd #dd42ca #cadd42

Analogous Colors of #42cadd

#42cadd #427ddd #42dda3

Monochromatic Colors of #42cadd

#42cadd

Complementary Color

#42cadd #dd5542

#42cadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42cadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#42cadd Color CSS Codes

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

#42cadd Text Font Color

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

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


#42cadd Background Color

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

This div background color is #42cadd


#42cadd Border Color

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

This div border color is #42cadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42cadd


Comments

No comments written yet.

Please login to write comment.