Color Hex Logo

#42badb Color Hex

#42BADB
(66,186,219)
0 Favorites   0 Comments

Color spaces of #42badb

RGB 66186219
HSL0.540.680.56
HSV193°70°86°
CMYK 0.700.150.00   0.14
XYZ32.591941.390573.2892
Yxy41.39050.22130.2810
Hunter Lab64.3354-22.1602-22.5067
CIE-Lab70.4486-22.6565-26.2269

#42badb color RGB value is (66,186,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10111010 11011011
Octal 102 272 333
Decimal 66 186 219
Hex 42 BA DB

RGB Percentages of Color #42badb

%14.01
%39.49
%46.50

CMYK Percentages of Color #42badb

%70
%15
%0
%14

Triadic Colors of #42badb

#42badb #db42ba #badb42

Analogous Colors of #42badb

#42badb #426edb #42dbb0

Monochromatic Colors of #42badb

#42badb

Complementary Color

#42badb #db6342

#42badb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42badb Color Preview on White Background

Lorem ipsum dolor sit amet.

#42badb Color CSS Codes

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

#42badb Text Font Color

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

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


#42badb Background Color

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

This div background color is #42badb


#42badb Border Color

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

This div border color is #42badb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42badb


Comments

No comments written yet.

Please login to write comment.