Color Hex Logo

#42adb6 Color Hex

#42ADB6
(66,173,182)
0 Favorites   0 Comments

Color spaces of #42adb6

RGB 66173182
HSL0.510.470.49
HSV185°64°71°
CMYK 0.640.050.00   0.29
XYZ25.633834.422849.5492
Yxy34.42280.23390.3141
Hunter Lab58.6709-24.6861-9.0023
CIE-Lab65.2968-27.3733-13.6683

#42adb6 color RGB value is (66,173,182).

#42adb6 hex color red value is 66, green value is 173 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #42adb6 hue: 0.51 , saturation: 0.47 and the lightness value of 42adb6 is 0.49.

The process color (four color CMYK) of #42adb6 color hex is 0.64, 0.05, 0.00, 0.29. Web safe color of #42adb6 is #3399cc. Color #42adb6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101101 10110110
Octal 102 255 266
Decimal 66 173 182
Hex 42 AD B6

RGB Percentages of Color #42adb6

%15.68
%41.09
%43.23

CMYK Percentages of Color #42adb6

%64
%5
%0
%29

Triadic Colors of #42adb6

#42adb6 #b642ad #adb642

Analogous Colors of #42adb6

#42adb6 #4273b6 #42b685

Monochromatic Colors of #42adb6

#42adb6

Complementary Color

#42adb6 #b64b42

#42adb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42adb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#42adb6 Color CSS Codes

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

#42adb6 Text Font Color

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

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


#42adb6 Background Color

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

This div background color is #42adb6


#42adb6 Border Color

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

This div border color is #42adb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42adb6


Comments

No comments written yet.

Please login to write comment.