Color Hex Logo

#42cdbc Color Hex

#42CDBC
(66,205,188)
0 Favorites   0 Comments

Color spaces of #42cdbc

RGB 66205188
HSL0.480.580.53
HSV173°68°80°
CMYK 0.680.000.08   0.20
XYZ33.155248.451755.1816
Yxy48.45170.24240.3542
Hunter Lab69.6073-36.78991.7225
CIE-Lab75.1089-40.7392-2.3718

#42cdbc color RGB value is (66,205,188).

#42cdbc hex color red value is 66, green value is 205 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #42cdbc hue: 0.48 , saturation: 0.58 and the lightness value of 42cdbc is 0.53.

The process color (four color CMYK) of #42cdbc color hex is 0.68, 0.00, 0.08, 0.20. Web safe color of #42cdbc is #33cccc. Color #42cdbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11001101 10111100
Octal 102 315 274
Decimal 66 205 188
Hex 42 CD BC

RGB Percentages of Color #42cdbc

%14.38
%44.66
%40.96

CMYK Percentages of Color #42cdbc

%68
%0
%8
%20

Triadic Colors of #42cdbc

#42cdbc #bc42cd #cdbc42

Analogous Colors of #42cdbc

#42cdbc #4299cd #42cd77

Monochromatic Colors of #42cdbc

#42cdbc

Complementary Color

#42cdbc #cd4253

#42cdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42cdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#42cdbc Color CSS Codes

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

#42cdbc Text Font Color

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

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


#42cdbc Background Color

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

This div background color is #42cdbc


#42cdbc Border Color

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

This div border color is #42cdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42cdbc


Comments

No comments written yet.

Please login to write comment.