Color Hex Logo

#42dbce Color Hex

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

Color spaces of #42dbce

RGB 66219206
HSL0.490.680.56
HSV175°70°86°
CMYK 0.700.000.06   0.14
XYZ38.718956.277567.2145
Yxy56.27750.23870.3469
Hunter Lab75.0183-39.1536-0.6095
CIE-Lab79.7715-42.1574-5.1701

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

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

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

Base Numbers

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

RGB Percentages of Color #42dbce

%13.44
%44.60
%41.96

CMYK Percentages of Color #42dbce

%70
%0
%6
%14

Triadic Colors of #42dbce

#42dbce #ce42db #dbce42

Analogous Colors of #42dbce

#42dbce #429cdb #42db82

Monochromatic Colors of #42dbce

#42dbce

Complementary Color

#42dbce #db424f

#42dbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42dbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#42dbce Color CSS Codes

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

#42dbce Text Font Color

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

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


#42dbce Background Color

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

This div background color is #42dbce


#42dbce Border Color

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

This div border color is #42dbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42dbce


Comments

No comments written yet.

Please login to write comment.