Color Hex Logo

#42cacb Color Hex

#42CACB
(66,202,203)
0 Favorites   0 Comments

Color spaces of #42cacb

RGB 66202203
HSL0.500.570.53
HSV180°67°80°
CMYK 0.670.000.00   0.20
XYZ34.146847.711163.9094
Yxy47.71110.23430.3273
Hunter Lab69.0732-32.6355-6.5063
CIE-Lab74.6423-35.2536-11.1751

#42cacb color RGB value is (66,202,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11001010 11001011
Octal 102 312 313
Decimal 66 202 203
Hex 42 CA CB

RGB Percentages of Color #42cacb

%14.01
%42.89
%43.10

CMYK Percentages of Color #42cacb

%67
%0
%0
%20

Triadic Colors of #42cacb

#42cacb #cb42ca #cacb42

Analogous Colors of #42cacb

#42cacb #4286cb #42cb88

Monochromatic Colors of #42cacb

#42cacb

Complementary Color

#42cacb #cb4342

#42cacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42cacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#42cacb Color CSS Codes

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

#42cacb Text Font Color

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

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


#42cacb Background Color

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

This div background color is #42cacb


#42cacb Border Color

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

This div border color is #42cacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42cacb


Comments

No comments written yet.

Please login to write comment.