Color Hex Logo

#42cedb Color Hex

#42CEDB
(66,206,219)
0 Favorites   0 Comments

Color spaces of #42cedb

RGB 66206219
HSL0.510.680.56
HSV185°70°86°
CMYK 0.700.060.00   0.14
XYZ37.104350.415374.7934
Yxy50.41530.22860.3106
Hunter Lab71.0037-30.9781-12.7519
CIE-Lab76.3235-32.5207-17.2890

#42cedb color RGB value is (66,206,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11001110 11011011
Octal 102 316 333
Decimal 66 206 219
Hex 42 CE DB

RGB Percentages of Color #42cedb

%13.44
%41.96
%44.60

CMYK Percentages of Color #42cedb

%70
%6
%0
%14

Triadic Colors of #42cedb

#42cedb #db42ce #cedb42

Analogous Colors of #42cedb

#42cedb #4282db #42db9c

Monochromatic Colors of #42cedb

#42cedb

Complementary Color

#42cedb #db4f42

#42cedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42cedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#42cedb Color CSS Codes

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

#42cedb Text Font Color

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

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


#42cedb Background Color

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

This div background color is #42cedb


#42cedb Border Color

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

This div border color is #42cedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42cedb


Comments

No comments written yet.

Please login to write comment.