Color Hex Logo

#42c6bf Color Hex

#42C6BF
(66,198,191)
0 Favorites   0 Comments

Color spaces of #42c6bf

RGB 66198191
HSL0.490.540.52
HSV177°67°78°
CMYK 0.670.000.04   0.22
XYZ31.844845.308056.3571
Yxy45.30800.23850.3394
Hunter Lab67.3112-33.3466-2.5234
CIE-Lab73.0942-36.7547-6.9698

#42c6bf color RGB value is (66,198,191).

#42c6bf hex color red value is 66, green value is 198 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #42c6bf hue: 0.49 , saturation: 0.54 and the lightness value of 42c6bf is 0.52.

The process color (four color CMYK) of #42c6bf color hex is 0.67, 0.00, 0.04, 0.22. Web safe color of #42c6bf is #33cccc. Color #42c6bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11000110 10111111
Octal 102 306 277
Decimal 66 198 191
Hex 42 C6 BF

RGB Percentages of Color #42c6bf

%14.51
%43.52
%41.98

CMYK Percentages of Color #42c6bf

%67
%0
%4
%22

Triadic Colors of #42c6bf

#42c6bf #bf42c6 #c6bf42

Analogous Colors of #42c6bf

#42c6bf #428bc6 #42c67d

Monochromatic Colors of #42c6bf

#42c6bf

Complementary Color

#42c6bf #c64249

#42c6bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42c6bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#42c6bf Color CSS Codes

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

#42c6bf Text Font Color

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

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


#42c6bf Background Color

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

This div background color is #42c6bf


#42c6bf Border Color

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

This div border color is #42c6bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42c6bf


Comments

No comments written yet.

Please login to write comment.