Color Hex Logo

#42ccce Color Hex

#42CCCE
(66,204,206)
0 Favorites   0 Comments

Color spaces of #42ccce

RGB 66204206
HSL0.500.590.53
HSV181°68°81°
CMYK 0.680.010.00   0.19
XYZ34.980248.800265.9683
Yxy48.80020.23360.3259
Hunter Lab69.8571-32.8681-7.0894
CIE-Lab75.3269-35.3356-11.7742

#42ccce color RGB value is (66,204,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11001100 11001110
Octal 102 314 316
Decimal 66 204 206
Hex 42 CC CE

RGB Percentages of Color #42ccce

%13.87
%42.86
%43.28

CMYK Percentages of Color #42ccce

%68
%1
%0
%19

Triadic Colors of #42ccce

#42ccce #ce42cc #ccce42

Analogous Colors of #42ccce

#42ccce #4286ce #42ce8a

Monochromatic Colors of #42ccce

#42ccce

Complementary Color

#42ccce #ce4442

#42ccce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42ccce Color Preview on White Background

Lorem ipsum dolor sit amet.

#42ccce Color CSS Codes

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

#42ccce Text Font Color

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

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


#42ccce Background Color

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

This div background color is #42ccce


#42ccce Border Color

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

This div border color is #42ccce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42ccce


Comments

No comments written yet.

Please login to write comment.