Color Hex Logo

#42cadb Color Hex

#42CADB
(66,202,219)
0 Favorites   0 Comments

Color spaces of #42cadb

RGB 66202219
HSL0.520.680.56
HSV187°70°86°
CMYK 0.700.080.00   0.14
XYZ36.153548.513874.4764
Yxy48.51380.22720.3048
Hunter Lab69.6518-29.2385-14.6405
CIE-Lab75.1478-30.6018-19.0662

#42cadb color RGB value is (66,202,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11001010 11011011
Octal 102 312 333
Decimal 66 202 219
Hex 42 CA DB

RGB Percentages of Color #42cadb

%13.55
%41.48
%44.97

CMYK Percentages of Color #42cadb

%70
%8
%0
%14

Triadic Colors of #42cadb

#42cadb #db42ca #cadb42

Analogous Colors of #42cadb

#42cadb #427edb #42dba0

Monochromatic Colors of #42cadb

#42cadb

Complementary Color

#42cadb #db5342

#42cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#42cadb Color CSS Codes

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

#42cadb Text Font Color

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

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


#42cadb Background Color

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

This div background color is #42cadb


#42cadb Border Color

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

This div border color is #42cadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42cadb


Comments

No comments written yet.

Please login to write comment.