Color Hex Logo

#42cfcd Color Hex

#42CFCD
(66,207,205)
0 Favorites   0 Comments

Color spaces of #42cfcd

RGB 66207205
HSL0.500.590.54
HSV179°68°81°
CMYK 0.680.000.01   0.19
XYZ35.579050.191765.5704
Yxy50.19170.23510.3316
Hunter Lab70.8461-34.3378-5.2826
CIE-Lab76.1868-37.0091-9.9506

#42cfcd color RGB value is (66,207,205).

#42cfcd hex color red value is 66, green value is 207 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #42cfcd hue: 0.50 , saturation: 0.59 and the lightness value of 42cfcd is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11001111 11001101
Octal 102 317 315
Decimal 66 207 205
Hex 42 CF CD

RGB Percentages of Color #42cfcd

%13.81
%43.31
%42.89

CMYK Percentages of Color #42cfcd

%68
%0
%1
%19

Triadic Colors of #42cfcd

#42cfcd #cd42cf #cfcd42

Analogous Colors of #42cfcd

#42cfcd #428bcf #42cf87

Monochromatic Colors of #42cfcd

#42cfcd

Complementary Color

#42cfcd #cf4244

#42cfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42cfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#42cfcd Color CSS Codes

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

#42cfcd Text Font Color

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

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


#42cfcd Background Color

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

This div background color is #42cfcd


#42cfcd Border Color

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

This div border color is #42cfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42cfcd


Comments

No comments written yet.

Please login to write comment.