Color Hex Logo

#42dcba Color Hex

#42DCBA
(66,220,186)
0 Favorites   0 Comments

Color spaces of #42dcba

RGB 66220186
HSL0.460.690.56
HSV167°70°86°
CMYK 0.700.000.15   0.14
XYZ36.702955.889855.3077
Yxy55.88980.24820.3779
Hunter Lab74.7595-43.19528.4684
CIE-Lab79.5511-47.75525.1656

#42dcba color RGB value is (66,220,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11011100 10111010
Octal 102 334 272
Decimal 66 220 186
Hex 42 DC BA

RGB Percentages of Color #42dcba

%13.98
%46.61
%39.41

CMYK Percentages of Color #42dcba

%70
%0
%15
%14

Triadic Colors of #42dcba

#42dcba #ba42dc #dcba42

Analogous Colors of #42dcba

#42dcba #42b1dc #42dc6d

Monochromatic Colors of #42dcba

#42dcba

Complementary Color

#42dcba #dc4264

#42dcba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42dcba Color Preview on White Background

Lorem ipsum dolor sit amet.

#42dcba Color CSS Codes

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

#42dcba Text Font Color

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

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


#42dcba Background Color

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

This div background color is #42dcba


#42dcba Border Color

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

This div border color is #42dcba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42dcba


Comments

No comments written yet.

Please login to write comment.