Color Hex Logo

#42cbcc Color Hex

#42CBCC
(66,203,204)
0 Favorites   0 Comments

Color spaces of #42cbcc

RGB 66203204
HSL0.500.580.53
HSV180°68°80°
CMYK 0.680.000.00   0.20
XYZ34.501848.229864.6176
Yxy48.22980.23410.3273
Hunter Lab69.4477-32.8541-6.5530
CIE-Lab74.9696-35.4368-11.2271

#42cbcc color RGB value is (66,203,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11001011 11001100
Octal 102 313 314
Decimal 66 203 204
Hex 42 CB CC

RGB Percentages of Color #42cbcc

%13.95
%42.92
%43.13

CMYK Percentages of Color #42cbcc

%68
%0
%0
%20

Triadic Colors of #42cbcc

#42cbcc #cc42cb #cbcc42

Analogous Colors of #42cbcc

#42cbcc #4286cc #42cc88

Monochromatic Colors of #42cbcc

#42cbcc

Complementary Color

#42cbcc #cc4342

#42cbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42cbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#42cbcc Color CSS Codes

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

#42cbcc Text Font Color

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

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


#42cbcc Background Color

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

This div background color is #42cbcc


#42cbcc Border Color

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

This div border color is #42cbcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,203,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 #42cbcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42cbcc


Comments

No comments written yet.

Please login to write comment.