Color Hex Logo

#42cacc Color Hex

#42CACC
(66,202,204)
0 Favorites   0 Comments

Color spaces of #42cacc

RGB 66202204
HSL0.500.580.53
HSV181°68°80°
CMYK 0.680.010.00   0.20
XYZ34.266447.758964.5391
Yxy47.75890.23380.3259
Hunter Lab69.1078-32.4313-6.9949
CIE-Lab74.6726-34.9695-11.6711

#42cacc color RGB value is (66,202,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11001010 11001100
Octal 102 312 314
Decimal 66 202 204
Hex 42 CA CC

RGB Percentages of Color #42cacc

%13.98
%42.80
%43.22

CMYK Percentages of Color #42cacc

%68
%1
%0
%20

Triadic Colors of #42cacc

#42cacc #cc42ca #cacc42

Analogous Colors of #42cacc

#42cacc #4285cc #42cc89

Monochromatic Colors of #42cacc

#42cacc

Complementary Color

#42cacc #cc4442

#42cacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42cacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#42cacc Color CSS Codes

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

#42cacc Text Font Color

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

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


#42cacc Background Color

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

This div background color is #42cacc


#42cacc Border Color

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

This div border color is #42cacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42cacc


Comments

No comments written yet.

Please login to write comment.