Color Hex Logo

#42cace Color Hex

#42CACE
(66,202,206)
0 Favorites   0 Comments

Color spaces of #42cace

RGB 66202206
HSL0.500.590.53
HSV182°68°81°
CMYK 0.680.020.00   0.19
XYZ34.507947.855565.8108
Yxy47.85550.23290.3230
Hunter Lab69.1777-32.0198-7.9800
CIE-Lab74.7337-34.3988-12.6621

#42cace color RGB value is (66,202,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11001010 11001110
Octal 102 312 316
Decimal 66 202 206
Hex 42 CA CE

RGB Percentages of Color #42cace

%13.92
%42.62
%43.46

CMYK Percentages of Color #42cace

%68
%2
%0
%19

Triadic Colors of #42cace

#42cace #ce42ca #cace42

Analogous Colors of #42cace

#42cace #4284ce #42ce8c

Monochromatic Colors of #42cace

#42cace

Complementary Color

#42cace #ce4642

#42cace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42cace Color Preview on White Background

Lorem ipsum dolor sit amet.

#42cace Color CSS Codes

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

#42cace Text Font Color

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

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


#42cace Background Color

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

This div background color is #42cace


#42cace Border Color

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

This div border color is #42cace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42cace


Comments

No comments written yet.

Please login to write comment.